#38B487

Color #38B487 Jungle Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Jungle Green #38B487

Tints of Jungle Green #38B487

Color information

#38B487 (or 0x38B487) is unknown color: approx Jungle Green. HEX triplet: 38, B4 and 87. RGB value is (56,180,135). Sum of RGB (Red+Green+Blue) = 56+180+135=371 (49% of max value = 765). Red value is 56 (22.27% from 255 or 15.09% from 371); Green value is 180 (70.70% from 255 or 48.52% from 371); Blue value is 135 (53.12% from 255 or 36.39% from 371); Max value from RGB is 180 - color contains mainly: green. Hex color #38B487 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #38B487 is #C74B78. Grayscale: #898989. Windows color (decimal): -13060985 or 8893496. OLE color: 8893496.

HSL color Cylindrical-coordinate representation of color #38B487: hue angle of 158.23º degrees, saturation: 0.53, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #38B487 is Cyan = 0.69, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.29.

Color convert

RGB56180135-
CMYK0.6900.250.29
HSL158.23º52.54%46.27%-
HSV(B)158.23º68.89%70.59%-
XYZ22.3335.2328.55-
YUV137.79126.4269.66-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 56 (22.27% from 255) = 15.09%
GREEN value IS 180 (70.70% from 255) = 48.52%
BLUE value IS 135 (53.12% from 255) = 36.39%
R=15.09%
G=48.52%
B=36.39%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal561801350.6900.250.29158.2352.5446.27
Hex38B487450191D9e352e
Octal70264207105031352366556
Binary111000101101001000011110001010110011110110011110110101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38B487

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #38B487; }

 p { color: rgb(56,180,135); }

 H1.HeaderClassName
 {
   color: #38B487;
 }
 .AnyTagClassName
 {
   color: #38B487;
 }
</style>
background-color css

<style>
 a { background-color: #38B487; }

 a { background-color: rgb(56,180,135); }

 div.DivClassName
 {
   background-color: #38B487;
 }
 .BgClassName
 {
   background-color: #38B487;
 }
</style>
border-color css

<style>
 span { border-color: #38B487; }

 span { border-color: rgb(56,180,135); }

 td.TdClassName
 {
   border-color: #38B487;
 }
 .TagClassName
 {
   border-color: #38B487;
 }
</style>