#38af84

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

Shades of Jungle Green #38AF84

Tints of Jungle Green #38AF84

Color information

#38AF84 (or 0x38AF84) is unknown color: approx Jungle Green. HEX triplet: 38, AF and 84. RGB value is (56,175,132). Sum of RGB (Red+Green+Blue) = 56+175+132=363 (48% of max value = 765). Red value is 56 (22.27% from 255 or 15.43% from 363); Green value is 175 (68.75% from 255 or 48.21% from 363); Blue value is 132 (51.95% from 255 or 36.36% from 363); Max value from RGB is 175 - color contains mainly: green. Hex color #38AF84 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #38AF84 is #C7507B. Grayscale: #868686. Windows color (decimal): -13062268 or 8695608. OLE color: 8695608.

HSL color Cylindrical-coordinate representation of color #38AF84: hue angle of 158.32º degrees, saturation: 0.52, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #38AF84 is Cyan = 0.68, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.31.

Color convert

RGB56175132-
CMYK0.6800.250.31
HSL158.32º51.52%45.29%-
HSV(B)158.32º68%68.63%-
XYZ21.1333.1727.12-
YUV134.52126.5872-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 15.43%
GREEN value IS 175 (68.75% from 255) = 48.21%
BLUE value IS 132 (51.95% from 255) = 36.36%
R=15.43%
G=48.21%
B=36.36%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal561751320.6800.250.31158.3251.5245.29
Hex38AF84440191F9e342d
Octal70257204104031372366455
Binary111000101011111000010010001000110011111110011110110100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38af84

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(56,175,132); }

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

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

 a { background-color: rgb(56,175,132); }

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

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

 span { border-color: rgb(56,175,132); }

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