#378635

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

Shades of Japanese Laurel #378635

Tints of Japanese Laurel #378635

Color information

#378635 (or 0x378635) is unknown color: approx Japanese Laurel. HEX triplet: 37, 86 and 35. RGB value is (55,134,53). Sum of RGB (Red+Green+Blue) = 55+134+53=242 (32% of max value = 765). Red value is 55 (21.88% from 255 or 22.73% from 242); Green value is 134 (52.73% from 255 or 55.37% from 242); Blue value is 53 (21.09% from 255 or 21.90% from 242); Max value from RGB is 134 - color contains mainly: green. Hex color #378635 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #378635 is #C879CA. Grayscale: #656565. Windows color (decimal): -13138379 or 3507767. OLE color: 3507767.

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

Color convert

RGB5513453-
CMYK0.5900.600.47
HSL118.52º43.32%36.67%-
HSV(B)118.52º60.45%52.55%-
XYZ10.7418.126.3-
YUV101.15100.8395.09-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 22.73%
GREEN value IS 134 (52.73% from 255) = 55.37%
BLUE value IS 53 (21.09% from 255) = 21.90%
R=22.73%
G=55.37%
B=21.90%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.60
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal55134530.5900.600.47118.5243.3236.67
Hex3786353B03C2F772b25
Octal672066573074571675345
Binary1101111000011011010111101101111001011111110111101011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #378635

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #378635; }

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

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

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

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

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

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

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

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