#378336

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

Shades of Japanese Laurel #378336

Tints of Japanese Laurel #378336

Color information

#378336 (or 0x378336) is unknown color: approx Japanese Laurel. HEX triplet: 37, 83 and 36. RGB value is (55,131,54). Sum of RGB (Red+Green+Blue) = 55+131+54=240 (31% of max value = 765). Red value is 55 (21.88% from 255 or 22.92% from 240); Green value is 131 (51.56% from 255 or 54.58% from 240); Blue value is 54 (21.48% from 255 or 22.5% from 240); Max value from RGB is 131 - color contains mainly: green. Hex color #378336 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #378336 is #C87CC9. Grayscale: #636363. Windows color (decimal): -13139146 or 3572535. OLE color: 3572535.

HSL color Cylindrical-coordinate representation of color #378336: hue angle of 119.22º degrees, saturation: 0.42, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #378336 is Cyan = 0.58, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.49.

Color convert

RGB5513154-
CMYK0.5800.590.49
HSL119.22º41.62%36.27%-
HSV(B)119.22º58.78%51.37%-
XYZ10.3617.316.29-
YUV99.5102.3296.26-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 22.92%
GREEN value IS 131 (51.56% from 255) = 54.58%
BLUE value IS 54 (21.48% from 255) = 22.5%
R=22.92%
G=54.58%
B=22.5%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal55131540.5800.590.49119.2241.6236.27
Hex3783363A03B31772a24
Octal672036672073611675244
Binary1101111000001111011011101001110111100011110111101010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #378336

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #378336; }

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

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

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

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

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

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

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

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