#377635

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

Shades of Japanese Laurel #377635

Tints of Japanese Laurel #377635

Color information

#377635 (or 0x377635) is unknown color: approx Japanese Laurel. HEX triplet: 37, 76 and 35. RGB value is (55,118,53). Sum of RGB (Red+Green+Blue) = 55+118+53=226 (29% of max value = 765). Red value is 55 (21.88% from 255 or 24.34% from 226); Green value is 118 (46.48% from 255 or 52.21% from 226); Blue value is 53 (21.09% from 255 or 23.45% from 226); Max value from RGB is 118 - color contains mainly: green. Hex color #377635 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #377635 is #C889CA. Grayscale: #5B5B5B. Windows color (decimal): -13142475 or 3503671. OLE color: 3503671.

HSL color Cylindrical-coordinate representation of color #377635: hue angle of 118.15º degrees, saturation: 0.38, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #377635 is Cyan = 0.53, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.54.

Color convert

RGB5511853-
CMYK0.5300.550.54
HSL118.15º38.01%33.53%-
HSV(B)118.15º55.08%46.27%-
XYZ8.714.035.62-
YUV91.75106.13101.79-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 24.34%
GREEN value IS 118 (46.48% from 255) = 52.21%
BLUE value IS 53 (21.09% from 255) = 23.45%
R=24.34%
G=52.21%
B=23.45%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal55118530.5300.550.54118.1538.0133.53
Hex3776353503736762622
Octal671666565067661664642
Binary110111111011011010111010101101111101101110110100110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #377635

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #377635; }

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

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

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

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

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

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

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

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