#387237

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

Shades of Japanese Laurel #387237

Tints of Japanese Laurel #387237

Color information

#387237 (or 0x387237) is unknown color: approx Japanese Laurel. HEX triplet: 38, 72 and 37. RGB value is (56,114,55). Sum of RGB (Red+Green+Blue) = 56+114+55=225 (29% of max value = 765). Red value is 56 (22.27% from 255 or 24.89% from 225); Green value is 114 (44.92% from 255 or 50.67% from 225); Blue value is 55 (21.88% from 255 or 24.44% from 225); Max value from RGB is 114 - color contains mainly: green. Hex color #387237 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #387237 is #C78DC8. Grayscale: #5A5A5A. Windows color (decimal): -13077961 or 3633720. OLE color: 3633720.

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

Color convert

RGB5611455-
CMYK0.5100.520.55
HSL118.98º34.91%33.14%-
HSV(B)118.98º51.75%44.71%-
XYZ8.3413.155.71-
YUV89.93108.28103.8-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 24.89%
GREEN value IS 114 (44.92% from 255) = 50.67%
BLUE value IS 55 (21.88% from 255) = 24.44%
R=24.89%
G=50.67%
B=24.44%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal56114550.5100.520.55118.9834.9133.14
Hex3872373303437772321
Octal701626763064671674341
Binary111000111001011011111001101101001101111110111100011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #387237

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #387237; }

 p { color: rgb(56,114,55); }

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

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

 a { background-color: rgb(56,114,55); }

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

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

 span { border-color: rgb(56,114,55); }

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