#378036

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

Shades of Japanese Laurel #378036

Tints of Japanese Laurel #378036

Color information

#378036 (or 0x378036) is unknown color: approx Japanese Laurel. HEX triplet: 37, 80 and 36. RGB value is (55,128,54). Sum of RGB (Red+Green+Blue) = 55+128+54=237 (31% of max value = 765). Red value is 55 (21.88% from 255 or 23.21% from 237); Green value is 128 (50.39% from 255 or 54.01% from 237); Blue value is 54 (21.48% from 255 or 22.78% from 237); Max value from RGB is 128 - color contains mainly: green. Hex color #378036 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #378036 is #C87FC9. Grayscale: #616161. Windows color (decimal): -13139914 or 3571767. OLE color: 3571767.

HSL color Cylindrical-coordinate representation of color #378036: hue angle of 119.19º degrees, saturation: 0.41, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #378036 is Cyan = 0.57, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.50.

Color convert

RGB5512854-
CMYK0.5700.580.50
HSL119.19º40.66%35.69%-
HSV(B)119.19º57.81%50.2%-
XYZ9.9616.526.15-
YUV97.74103.3297.52-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 23.21%
GREEN value IS 128 (50.39% from 255) = 54.01%
BLUE value IS 54 (21.48% from 255) = 22.78%
R=23.21%
G=54.01%
B=22.78%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal55128540.5700.580.50119.1940.6635.69
Hex3780363903A32772924
Octal672006671072621675144
Binary1101111000000011011011100101110101100101110111101001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #378036

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #378036; }

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

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

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

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

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

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

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

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