Html Css Color HEX #33342C Green Waterloo

📋 copy color: '#33342C'

red 51 ◦ green 52 ◦ blue 44

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

Shades of Green Waterloo #33342C

Tints of Green Waterloo #33342C

RGB

 RED value IS 51 (20.31% from 255) = 34.69%

 GREEN value IS 52 (20.7% from 255) = 35.37%

 BLUE value IS 44 (17.58% from 255) = 29.93%

R = 34.69%
G = 35.37%
B = 29.93%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.15

 K value IS 0.80

RGB Variations

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

Color information

#33342C (or 0x33342C) is known color: Green Waterloo. HEX triplet: 33, 34 and 2C. RGB value is (51,52,44). Sum of RGB (Red+Green+Blue) = 51+52+44=147 (19% of max value = 765). Red value is 51 (20.31% from 255 or 34.69% from 147); Green value is 52 (20.70% from 255 or 35.37% from 147); Blue value is 44 (17.58% from 255 or 29.93% from 147); Max value from RGB is 52 - color contains mainly: green. Hex color #33342C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #33342C is #CCCBD3. Grayscale: #323232. Windows color (decimal): -13421524 or 2896947. OLE color: 2896947.

HSL color Cylindrical-coordinate representation of color #33342C: hue angle of 67.5º degrees, saturation: 0.08, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #33342C is Cyan = 0.02, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.80.

Color convert

RGB 51 52 44 -
CMYK 0.02 0 0.15 0.80
HSL 67.5º 0.08% 0.19% -
HSV(B) 67.5º 0.15% 0.2% -
XYZ 3.05 3.34 2.87 -
YUV 50.79 124.17 128.15 -
System Red Green Blue C M Y K H S L
Decimal 51 52 44 0.02 0 0.15 0.80 67.5 0.08 0.19
Hex 33 34 2C 2 0 F 50 44 8 13
Octal 63 64 54 2 0 17 120 104 10 23
Binary 110011 110100 101100 10 0 1111 1010000 1000100 1000 10011

Color Harmonies of #33342C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #33342C

Black with #33342C

Text Example


Text Example

White with #33342C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(51,52,44); }

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

background-color css

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

 a { background-color: rgb(51,52,44); }

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

border-color css

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

 span { border-color: rgb(51,52,44); }

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