#38B88B

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

Shades of Jungle Green #38B88B

Tints of Jungle Green #38B88B

Color information

#38B88B (or 0x38B88B) is unknown color: approx Jungle Green. HEX triplet: 38, B8 and 8B. RGB value is (56,184,139). Sum of RGB (Red+Green+Blue) = 56+184+139=379 (50% of max value = 765). Red value is 56 (22.27% from 255 or 14.78% from 379); Green value is 184 (72.27% from 255 or 48.55% from 379); Blue value is 139 (54.69% from 255 or 36.68% from 379); Max value from RGB is 184 - color contains mainly: green. Hex color #38B88B is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #38B88B is #C74774. Grayscale: #8C8C8C. Windows color (decimal): -13059957 or 9156664. OLE color: 9156664.

HSL color Cylindrical-coordinate representation of color #38B88B: hue angle of 158.91º degrees, saturation: 0.53, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #38B88B is Cyan = 0.70, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.28.

Color convert

RGB56184139-
CMYK0.7000.240.28
HSL158.91º53.33%47.06%-
HSV(B)158.91º69.57%72.16%-
XYZ23.4336.9930.33-
YUV140.6127.0967.66-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 14.78%
GREEN value IS 184 (72.27% from 255) = 48.55%
BLUE value IS 139 (54.69% from 255) = 36.68%
R=14.78%
G=48.55%
B=36.68%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal561841390.7000.240.28158.9153.3347.06
Hex38B88B460181C9f352f
Octal70270213106030342376557
Binary111000101110001000101110001100110001110010011111110101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38B88B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(56,184,139); }

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

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

 a { background-color: rgb(56,184,139); }

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

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

 span { border-color: rgb(56,184,139); }

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