#378936

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

Shades of Japanese Laurel #378936

Tints of Japanese Laurel #378936

Color information

#378936 (or 0x378936) is unknown color: approx Japanese Laurel. HEX triplet: 37, 89 and 36. RGB value is (55,137,54). Sum of RGB (Red+Green+Blue) = 55+137+54=246 (32% of max value = 765). Red value is 55 (21.88% from 255 or 22.36% from 246); Green value is 137 (53.91% from 255 or 55.69% from 246); Blue value is 54 (21.48% from 255 or 21.95% from 246); Max value from RGB is 137 - color contains mainly: green. Hex color #378936 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #378936 is #C876C9. Grayscale: #676767. Windows color (decimal): -13137610 or 3574071. OLE color: 3574071.

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

Color convert

RGB5513754-
CMYK0.6000.610.46
HSL119.28º43.46%37.45%-
HSV(B)119.28º60.58%53.73%-
XYZ11.1918.976.56-
YUV103.02100.3393.75-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 22.36%
GREEN value IS 137 (53.91% from 255) = 55.69%
BLUE value IS 54 (21.48% from 255) = 21.95%
R=22.36%
G=55.69%
B=21.95%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal55137540.6000.610.46119.2843.4637.45
Hex3789363C03D2E772b25
Octal672116674075561675345
Binary1101111000100111011011110001111011011101110111101011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #378936

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #378936; }

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

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

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

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

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

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

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

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