#38AF80

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

Shades of Jungle Green #38AF80

Tints of Jungle Green #38AF80

Color information

#38AF80 (or 0x38AF80) is unknown color: approx Jungle Green. HEX triplet: 38, AF and 80. RGB value is (56,175,128). Sum of RGB (Red+Green+Blue) = 56+175+128=359 (47% of max value = 765). Red value is 56 (22.27% from 255 or 15.60% from 359); Green value is 175 (68.75% from 255 or 48.75% from 359); Blue value is 128 (50.39% from 255 or 35.65% from 359); Max value from RGB is 175 - color contains mainly: green. Hex color #38AF80 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #38AF80 is #C7507F. Grayscale: #868686. Windows color (decimal): -13062272 or 8433464. OLE color: 8433464.

HSL color Cylindrical-coordinate representation of color #38AF80: hue angle of 156.3º 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 #38AF80 is Cyan = 0.68, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.31.

Color convert

RGB56175128-
CMYK0.6800.270.31
HSL156.3º51.52%45.29%-
HSV(B)156.3º68%68.63%-
XYZ20.8633.0625.7-
YUV134.06124.5872.32-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 15.60%
GREEN value IS 175 (68.75% from 255) = 48.75%
BLUE value IS 128 (50.39% from 255) = 35.65%
R=15.60%
G=48.75%
B=35.65%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal561751280.6800.270.31156.351.5245.29
Hex38AF804401B1F9c342d
Octal70257200104033372346455
Binary111000101011111000000010001000110111111110011100110100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38AF80

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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