#388332

Color #388332 Japanese Laurel (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Japanese Laurel #388332

Tints of Japanese Laurel #388332

Color information

#388332 (or 0x388332) is unknown color: approx Japanese Laurel. HEX triplet: 38, 83 and 32. RGB value is (56,131,50). Sum of RGB (Red+Green+Blue) = 56+131+50=237 (31% of max value = 765). Red value is 56 (22.27% from 255 or 23.63% from 237); Green value is 131 (51.56% from 255 or 55.27% from 237); Blue value is 50 (19.92% from 255 or 21.10% from 237); Max value from RGB is 131 - color contains mainly: green. Hex color #388332 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #388332 is #C77CCD. Grayscale: #636363. Windows color (decimal): -13073614 or 3310392. OLE color: 3310392.

HSL color Cylindrical-coordinate representation of color #388332: hue angle of 115.56º degrees, saturation: 0.45, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #388332 is Cyan = 0.57, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.49.

Color convert

RGB5613150-
CMYK0.5700.620.49
HSL115.56º44.75%35.49%-
HSV(B)115.56º61.83%51.37%-
XYZ10.3217.35.81-
YUV99.34100.1597.09-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 23.63%
GREEN value IS 131 (51.56% from 255) = 55.27%
BLUE value IS 50 (19.92% from 255) = 21.10%
R=23.63%
G=55.27%
B=21.10%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal56131500.5700.620.49115.5644.7535.49
Hex3883323903E31742d23
Octal702036271076611645543
Binary1110001000001111001011100101111101100011110100101101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #388332

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #388332; }

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

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

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

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

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

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

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

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