#378941

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

Shades of Japanese Laurel #378941

Tints of Japanese Laurel #378941

Color information

#378941 (or 0x378941) is unknown color: approx Japanese Laurel. HEX triplet: 37, 89 and 41. RGB value is (55,137,65). Sum of RGB (Red+Green+Blue) = 55+137+65=257 (34% of max value = 765). Red value is 55 (21.88% from 255 or 21.40% from 257); Green value is 137 (53.91% from 255 or 53.31% from 257); Blue value is 65 (25.78% from 255 or 25.29% from 257); Max value from RGB is 137 - color contains mainly: green. Hex color #378941 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #378941 is #C876BE. Grayscale: #686868. Windows color (decimal): -13137599 or 4294967. OLE color: 4294967.

HSL color Cylindrical-coordinate representation of color #378941: hue angle of 127.32º degrees, saturation: 0.43, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #378941 is Cyan = 0.60, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.46.

Color convert

RGB5513765-
CMYK0.6000.530.46
HSL127.32º42.71%37.65%-
HSV(B)127.32º59.85%53.73%-
XYZ11.4819.098.08-
YUV104.27105.8392.85-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 21.40%
GREEN value IS 137 (53.91% from 255) = 53.31%
BLUE value IS 65 (25.78% from 255) = 25.29%
R=21.40%
G=53.31%
B=25.29%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal55137650.6000.530.46127.3242.7137.65
Hex3789413C0352E7f2b26
Octal6721110174065561775346
Binary11011110001001100000111110001101011011101111111101011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #378941

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #378941; }

 p { color: rgb(55,137,65); }

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

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

 a { background-color: rgb(55,137,65); }

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

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

 span { border-color: rgb(55,137,65); }

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