#387732

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

Shades of Japanese Laurel #387732

Tints of Japanese Laurel #387732

Color information

#387732 (or 0x387732) is unknown color: approx Japanese Laurel. HEX triplet: 38, 77 and 32. RGB value is (56,119,50). Sum of RGB (Red+Green+Blue) = 56+119+50=225 (29% of max value = 765). Red value is 56 (22.27% from 255 or 24.89% from 225); Green value is 119 (46.88% from 255 or 52.89% from 225); Blue value is 50 (19.92% from 255 or 22.22% from 225); Max value from RGB is 119 - color contains mainly: green. Hex color #387732 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #387732 is #C788CD. Grayscale: #5C5C5C. Windows color (decimal): -13076686 or 3307320. OLE color: 3307320.

HSL color Cylindrical-coordinate representation of color #387732: hue angle of 114.78º 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 #387732 is Cyan = 0.53, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.53.

Color convert

RGB5611950-
CMYK0.5300.580.53
HSL114.78º40.83%33.14%-
HSV(B)114.78º57.98%46.67%-
XYZ8.814.265.31-
YUV92.3104.13102.11-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 24.89%
GREEN value IS 119 (46.88% from 255) = 52.89%
BLUE value IS 50 (19.92% from 255) = 22.22%
R=24.89%
G=52.89%
B=22.22%

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
Decimal56119500.5300.580.53114.7840.8333.14
Hex3877323503A35732921
Octal701676265072651635141
Binary111000111011111001011010101110101101011110011101001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #387732

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #387732; }

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

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

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

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

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

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

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

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