#38B58D

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

Shades of Jungle Green #38B58D

Tints of Jungle Green #38B58D

Color information

#38B58D (or 0x38B58D) is unknown color: approx Jungle Green. HEX triplet: 38, B5 and 8D. RGB value is (56,181,141). Sum of RGB (Red+Green+Blue) = 56+181+141=378 (50% of max value = 765). Red value is 56 (22.27% from 255 or 14.81% from 378); Green value is 181 (71.09% from 255 or 47.88% from 378); Blue value is 141 (55.47% from 255 or 37.30% from 378); Max value from RGB is 181 - color contains mainly: green. Hex color #38B58D is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #38B58D is #C74A72. Grayscale: #8B8B8B. Windows color (decimal): -13060723 or 9286968. OLE color: 9286968.

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

Color convert

RGB56181141-
CMYK0.6900.220.29
HSL160.8º52.74%46.47%-
HSV(B)160.8º69.06%70.98%-
XYZ22.9635.8130.9-
YUV139.06129.0968.75-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 14.81%
GREEN value IS 181 (71.09% from 255) = 47.88%
BLUE value IS 141 (55.47% from 255) = 37.30%
R=14.81%
G=47.88%
B=37.30%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal561811410.6900.220.29160.852.7446.47
Hex38B58D450161Da1352e
Octal70265215105026352416556
Binary111000101101011000110110001010101101110110100001110101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38B58D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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