#38B884

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

Shades of Jungle Green #38B884

Tints of Jungle Green #38B884

Color information

#38B884 (or 0x38B884) is unknown color: approx Jungle Green. HEX triplet: 38, B8 and 84. RGB value is (56,184,132). Sum of RGB (Red+Green+Blue) = 56+184+132=372 (49% of max value = 765). Red value is 56 (22.27% from 255 or 15.05% from 372); Green value is 184 (72.27% from 255 or 49.46% from 372); Blue value is 132 (51.95% from 255 or 35.48% from 372); Max value from RGB is 184 - color contains mainly: green. Hex color #38B884 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #38B884 is #C7477B. Grayscale: #8B8B8B. Windows color (decimal): -13059964 or 8697912. OLE color: 8697912.

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

Color convert

RGB56184132-
CMYK0.7000.280.28
HSL155.62º53.33%47.06%-
HSV(B)155.62º69.57%72.16%-
XYZ22.9436.7927.72-
YUV139.8123.5968.23-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 15.05%
GREEN value IS 184 (72.27% from 255) = 49.46%
BLUE value IS 132 (51.95% from 255) = 35.48%
R=15.05%
G=49.46%
B=35.48%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal561841320.7000.280.28155.6253.3347.06
Hex38B8844601C1C9c352f
Octal70270204106034342346557
Binary111000101110001000010010001100111001110010011100110101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38B884

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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