#387941

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

Shades of Japanese Laurel #387941

Tints of Japanese Laurel #387941

Color information

#387941 (or 0x387941) is unknown color: approx Japanese Laurel. HEX triplet: 38, 79 and 41. RGB value is (56,121,65). Sum of RGB (Red+Green+Blue) = 56+121+65=242 (32% of max value = 765). Red value is 56 (22.27% from 255 or 23.14% from 242); Green value is 121 (47.66% from 255 or 50% from 242); Blue value is 65 (25.78% from 255 or 26.86% from 242); Max value from RGB is 121 - color contains mainly: green. Hex color #387941 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #387941 is #C786BE. Grayscale: #5F5F5F. Windows color (decimal): -13076159 or 4290872. OLE color: 4290872.

HSL color Cylindrical-coordinate representation of color #387941: hue angle of 128.31º degrees, saturation: 0.37, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #387941 is Cyan = 0.54, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.53.

Color convert

RGB5612165-
CMYK0.5400.460.53
HSL128.31º36.72%34.71%-
HSV(B)128.31º53.72%47.45%-
XYZ9.4214.97.38-
YUV95.18110.97100.05-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 23.14%
GREEN value IS 121 (47.66% from 255) = 50%
BLUE value IS 65 (25.78% from 255) = 26.86%
R=23.14%
G=50%
B=26.86%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal56121650.5400.460.53128.3136.7234.71
Hex3879413602E35802523
Octal7017110166056652004543
Binary11100011110011000001110110010111011010110000000100101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #387941

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #387941; }

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

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

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

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

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

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

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

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