#387942

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

Shades of Japanese Laurel #387942

Tints of Japanese Laurel #387942

Color information

#387942 (or 0x387942) is unknown color: approx Japanese Laurel. HEX triplet: 38, 79 and 42. RGB value is (56,121,66). Sum of RGB (Red+Green+Blue) = 56+121+66=243 (32% of max value = 765). Red value is 56 (22.27% from 255 or 23.05% from 243); Green value is 121 (47.66% from 255 or 49.79% from 243); Blue value is 66 (26.17% from 255 or 27.16% from 243); Max value from RGB is 121 - color contains mainly: green. Hex color #387942 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #387942 is #C786BD. Grayscale: #5F5F5F. Windows color (decimal): -13076158 or 4356408. OLE color: 4356408.

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

Color convert

RGB5612166-
CMYK0.5400.450.53
HSL129.23º36.72%34.71%-
HSV(B)129.23º53.72%47.45%-
XYZ9.4514.917.53-
YUV95.3111.4799.97-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 23.05%
GREEN value IS 121 (47.66% from 255) = 49.79%
BLUE value IS 66 (26.17% from 255) = 27.16%
R=23.05%
G=49.79%
B=27.16%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal56121660.5400.450.53129.2336.7234.71
Hex3879423602D35812523
Octal7017110266055652014543
Binary11100011110011000010110110010110111010110000001100101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #387942

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #387942; }

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

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

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

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

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

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

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

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