#35371E

Color #35371E Green Waterloo (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Green Waterloo #35371E

Tints of Green Waterloo #35371E

Color information

#35371E (or 0x35371E) is unknown color: approx Green Waterloo. HEX triplet: 35, 37 and 1E. RGB value is (53,55,30). Sum of RGB (Red+Green+Blue) = 53+55+30=138 (18% of max value = 765). Red value is 53 (21.09% from 255 or 38.41% from 138); Green value is 55 (21.88% from 255 or 39.86% from 138); Blue value is 30 (12.11% from 255 or 21.74% from 138); Max value from RGB is 55 - color contains mainly: green. Hex color #35371E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #35371E is #CAC8E1. Grayscale: #333333. Windows color (decimal): -13289698 or 1980213. OLE color: 1980213.

HSL color Cylindrical-coordinate representation of color #35371E: hue angle of 64.8º degrees, saturation: 0.29, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #35371E is Cyan = 0.04, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.78.

Color convert

RGB535530-
CMYK0.0400.450.78
HSL64.8º29.41%16.67%-
HSV(B)64.8º45.45%21.57%-
XYZ3.073.581.76-
YUV51.55115.84129.03-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 38.41%
GREEN value IS 55 (21.88% from 255) = 39.86%
BLUE value IS 30 (12.11% from 255) = 21.74%
R=38.41%
G=39.86%
B=21.74%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal5355300.0400.450.7864.829.4116.67
Hex35371E402D4E411d11
Octal65673640551161013521
Binary110101110111111101000101101100111010000011110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35371E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #35371E; }

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

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

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

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

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

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

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

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