#387241

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

Shades of Japanese Laurel #387241

Tints of Japanese Laurel #387241

Color information

#387241 (or 0x387241) is unknown color: approx Japanese Laurel. HEX triplet: 38, 72 and 41. RGB value is (56,114,65). Sum of RGB (Red+Green+Blue) = 56+114+65=235 (31% of max value = 765). Red value is 56 (22.27% from 255 or 23.83% from 235); Green value is 114 (44.92% from 255 or 48.51% from 235); Blue value is 65 (25.78% from 255 or 27.66% from 235); Max value from RGB is 114 - color contains mainly: green. Hex color #387241 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #387241 is #C78DBE. Grayscale: #5B5B5B. Windows color (decimal): -13077951 or 4289080. OLE color: 4289080.

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

Color convert

RGB5611465-
CMYK0.5100.430.55
HSL129.31º34.12%33.33%-
HSV(B)129.31º50.88%44.71%-
XYZ8.613.267.11-
YUV91.07113.28102.98-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 23.83%
GREEN value IS 114 (44.92% from 255) = 48.51%
BLUE value IS 65 (25.78% from 255) = 27.66%
R=23.83%
G=48.51%
B=27.66%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal56114650.5100.430.55129.3134.1233.33
Hex3872413302B37812221
Octal7016210163053672014241
Binary11100011100101000001110011010101111011110000001100010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #387241

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #387241; }

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

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

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

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

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

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

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

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