#38B486

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

Shades of Jungle Green #38B486

Tints of Jungle Green #38B486

Color information

#38B486 (or 0x38B486) is unknown color: approx Jungle Green. HEX triplet: 38, B4 and 86. RGB value is (56,180,134). Sum of RGB (Red+Green+Blue) = 56+180+134=370 (49% of max value = 765). Red value is 56 (22.27% from 255 or 15.14% from 370); Green value is 180 (70.70% from 255 or 48.65% from 370); Blue value is 134 (52.73% from 255 or 36.22% from 370); Max value from RGB is 180 - color contains mainly: green. Hex color #38B486 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #38B486 is #C74B79. Grayscale: #898989. Windows color (decimal): -13060986 or 8827960. OLE color: 8827960.

HSL color Cylindrical-coordinate representation of color #38B486: hue angle of 157.74º 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 #38B486 is Cyan = 0.69, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.29.

Color convert

RGB56180134-
CMYK0.6900.260.29
HSL157.74º52.54%46.27%-
HSV(B)157.74º68.89%70.59%-
XYZ22.2635.228.18-
YUV137.68125.9269.74-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 15.14%
GREEN value IS 180 (70.70% from 255) = 48.65%
BLUE value IS 134 (52.73% from 255) = 36.22%
R=15.14%
G=48.65%
B=36.22%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal561801340.6900.260.29157.7452.5446.27
Hex38B4864501A1D9e352e
Octal70264206105032352366556
Binary111000101101001000011010001010110101110110011110110101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38B486

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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