#378638

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

Shades of Japanese Laurel #378638

Tints of Japanese Laurel #378638

Color information

#378638 (or 0x378638) is unknown color: approx Japanese Laurel. HEX triplet: 37, 86 and 38. RGB value is (55,134,56). Sum of RGB (Red+Green+Blue) = 55+134+56=245 (32% of max value = 765). Red value is 55 (21.88% from 255 or 22.45% from 245); Green value is 134 (52.73% from 255 or 54.69% from 245); Blue value is 56 (22.27% from 255 or 22.86% from 245); Max value from RGB is 134 - color contains mainly: green. Hex color #378638 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #378638 is #C879C7. Grayscale: #656565. Windows color (decimal): -13138376 or 3704375. OLE color: 3704375.

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

Color convert

RGB5513456-
CMYK0.5900.580.47
HSL120.76º41.8%37.06%-
HSV(B)120.76º58.96%52.55%-
XYZ10.8118.156.67-
YUV101.49102.3394.84-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 22.45%
GREEN value IS 134 (52.73% from 255) = 54.69%
BLUE value IS 56 (22.27% from 255) = 22.86%
R=22.45%
G=54.69%
B=22.86%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal55134560.5900.580.47120.7641.837.06
Hex3786383B03A2F792a25
Octal672067073072571715245
Binary1101111000011011100011101101110101011111111001101010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #378638

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #378638; }

 p { color: rgb(55,134,56); }

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

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

 a { background-color: rgb(55,134,56); }

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

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

 span { border-color: rgb(55,134,56); }

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