#387832

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

Shades of Japanese Laurel #387832

Tints of Japanese Laurel #387832

Color information

#387832 (or 0x387832) is unknown color: approx Japanese Laurel. HEX triplet: 38, 78 and 32. RGB value is (56,120,50). Sum of RGB (Red+Green+Blue) = 56+120+50=226 (29% of max value = 765). Red value is 56 (22.27% from 255 or 24.78% from 226); Green value is 120 (47.27% from 255 or 53.10% from 226); Blue value is 50 (19.92% from 255 or 22.12% from 226); Max value from RGB is 120 - color contains mainly: green. Hex color #387832 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #387832 is #C787CD. Grayscale: #5D5D5D. Windows color (decimal): -13076430 or 3307576. OLE color: 3307576.

HSL color Cylindrical-coordinate representation of color #387832: hue angle of 114.86º degrees, saturation: 0.41, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #387832 is Cyan = 0.53, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.53.

Color convert

RGB5612050-
CMYK0.5300.580.53
HSL114.86º41.18%33.33%-
HSV(B)114.86º58.33%47.06%-
XYZ8.9214.55.35-
YUV92.88103.8101.69-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 24.78%
GREEN value IS 120 (47.27% from 255) = 53.10%
BLUE value IS 50 (19.92% from 255) = 22.12%
R=24.78%
G=53.10%
B=22.12%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal56120500.5300.580.53114.8641.1833.33
Hex3878323503A35732921
Octal701706265072651635141
Binary111000111100011001011010101110101101011110011101001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #387832

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #387832; }

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

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

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

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

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

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

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

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