#38B583

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

Shades of Jungle Green #38B583

Tints of Jungle Green #38B583

Color information

#38B583 (or 0x38B583) is unknown color: approx Jungle Green. HEX triplet: 38, B5 and 83. RGB value is (56,181,131). Sum of RGB (Red+Green+Blue) = 56+181+131=368 (48% of max value = 765). Red value is 56 (22.27% from 255 or 15.22% from 368); Green value is 181 (71.09% from 255 or 49.18% from 368); Blue value is 131 (51.56% from 255 or 35.60% from 368); Max value from RGB is 181 - color contains mainly: green. Hex color #38B583 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #38B583 is #C74A7C. Grayscale: #8A8A8A. Windows color (decimal): -13060733 or 8631608. OLE color: 8631608.

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

Color convert

RGB56181131-
CMYK0.6900.280.29
HSL156º52.74%46.47%-
HSV(B)156º69.06%70.98%-
XYZ22.2535.5327.16-
YUV137.93124.0969.57-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 15.22%
GREEN value IS 181 (71.09% from 255) = 49.18%
BLUE value IS 131 (51.56% from 255) = 35.60%
R=15.22%
G=49.18%
B=35.60%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal561811310.6900.280.2915652.7446.47
Hex38B5834501C1D9c352e
Octal70265203105034352346556
Binary111000101101011000001110001010111001110110011100110101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38B583

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(56,181,131); }

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

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

 a { background-color: rgb(56,181,131); }

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

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

 span { border-color: rgb(56,181,131); }

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