Html Css Color HEX #35371C Green Waterloo

📋 copy color: '#35371C'

red 53 ◦ green 55 ◦ blue 28

#35371C
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Green Waterloo #35371C

Tints of Green Waterloo #35371C

RGB

 RED value IS 53 (21.09% from 255) = 38.97%

 GREEN value IS 55 (21.88% from 255) = 40.44%

 BLUE value IS 28 (11.33% from 255) = 20.59%

R = 38.97%
G = 40.44%
B = 20.59%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.49

 K value IS 0.78

RGB Variations

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

Color information

#35371C (or 0x35371C) is known color: Green Waterloo. HEX triplet: 35, 37 and 1C. RGB value is (53,55,28). Sum of RGB (Red+Green+Blue) = 53+55+28=136 (18% of max value = 765). Red value is 53 (21.09% from 255 or 38.97% from 136); Green value is 55 (21.88% from 255 or 40.44% from 136); Blue value is 28 (11.33% from 255 or 20.59% from 136); Max value from RGB is 55 - color contains mainly: green. Hex color #35371C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #35371C is #CAC8E3. Grayscale: #333333. Windows color (decimal): -13289700 or 1849141. OLE color: 1849141.

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

Color convert

RGB 53 55 28 -
CMYK 0.04 0 0.49 0.78
HSL 64.44º 0.33% 0.16% -
HSV(B) 64.44º 0.49% 0.22% -
XYZ 3.04 3.57 1.63 -
YUV 51.32 114.84 129.2 -
System Red Green Blue C M Y K H S L
Decimal 53 55 28 0.04 0 0.49 0.78 64.44 0.33 0.16
Hex 35 37 1C 4 0 31 4E 40 21 10
Octal 65 67 34 4 0 61 116 100 41 20
Binary 110101 110111 11100 100 0 110001 1001110 1000000 100001 10000

Color Harmonies of #35371C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #35371C

Black with #35371C

Text Example


Text Example

White with #35371C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #35371C;
 }
 .AnyTagClassName
 {
   color: #35371C;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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