#387940

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

Shades of Japanese Laurel #387940

Tints of Japanese Laurel #387940

Color information

#387940 (or 0x387940) is unknown color: approx Japanese Laurel. HEX triplet: 38, 79 and 40. RGB value is (56,121,64). Sum of RGB (Red+Green+Blue) = 56+121+64=241 (31% of max value = 765). Red value is 56 (22.27% from 255 or 23.24% from 241); Green value is 121 (47.66% from 255 or 50.21% from 241); Blue value is 64 (25.39% from 255 or 26.56% from 241); Max value from RGB is 121 - color contains mainly: green. Hex color #387940 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #387940 is #C786BF. Grayscale: #5F5F5F. Windows color (decimal): -13076160 or 4225336. OLE color: 4225336.

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

Color convert

RGB5612164-
CMYK0.5400.470.53
HSL127.38º36.72%34.71%-
HSV(B)127.38º53.72%47.45%-
XYZ9.3914.897.23-
YUV95.07110.47100.13-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 23.24%
GREEN value IS 121 (47.66% from 255) = 50.21%
BLUE value IS 64 (25.39% from 255) = 26.56%
R=23.24%
G=50.21%
B=26.56%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal56121640.5400.470.53127.3836.7234.71
Hex3879403602F357f2523
Octal7017110066057651774543
Binary1110001111001100000011011001011111101011111111100101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #387940

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #387940; }

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

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

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

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

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

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

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

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