#38B384

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

Shades of Jungle Green #38B384

Tints of Jungle Green #38B384

Color information

#38B384 (or 0x38B384) is unknown color: approx Jungle Green. HEX triplet: 38, B3 and 84. RGB value is (56,179,132). Sum of RGB (Red+Green+Blue) = 56+179+132=367 (48% of max value = 765). Red value is 56 (22.27% from 255 or 15.26% from 367); Green value is 179 (70.31% from 255 or 48.77% from 367); Blue value is 132 (51.95% from 255 or 35.97% from 367); Max value from RGB is 179 - color contains mainly: green. Hex color #38B384 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #38B384 is #C74C7B. Grayscale: #888888. Windows color (decimal): -13061244 or 8696632. OLE color: 8696632.

HSL color Cylindrical-coordinate representation of color #38B384: hue angle of 157.07º degrees, saturation: 0.52, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #38B384 is Cyan = 0.69, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.30.

Color convert

RGB56179132-
CMYK0.6900.260.30
HSL157.07º52.34%46.08%-
HSV(B)157.07º68.72%70.2%-
XYZ21.9234.7527.38-
YUV136.86125.2570.32-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 15.26%
GREEN value IS 179 (70.31% from 255) = 48.77%
BLUE value IS 132 (51.95% from 255) = 35.97%
R=15.26%
G=48.77%
B=35.97%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal561791320.6900.260.30157.0752.3446.08
Hex38B3844501A1E9d342e
Octal70263204105032362356456
Binary111000101100111000010010001010110101111010011101110100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38B384

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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