Html Css Color HEX #33342A Green Waterloo

📋 copy color: '#33342A'

red 51 ◦ green 52 ◦ blue 42

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

Shades of Green Waterloo #33342A

Tints of Green Waterloo #33342A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 28.97%

R = 35.17%
G = 35.86%
B = 28.97%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.19

 K value IS 0.80

RGB Variations

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

Color information

#33342A (or 0x33342A) is known color: Green Waterloo. HEX triplet: 33, 34 and 2A. RGB value is (51,52,42). Sum of RGB (Red+Green+Blue) = 51+52+42=145 (19% of max value = 765). Red value is 51 (20.31% from 255 or 35.17% from 145); Green value is 52 (20.70% from 255 or 35.86% from 145); Blue value is 42 (16.80% from 255 or 28.97% from 145); Max value from RGB is 52 - color contains mainly: green. Hex color #33342A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #33342A is #CCCBD5. Grayscale: #323232. Windows color (decimal): -13421526 or 2765875. OLE color: 2765875.

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

Color convert

RGB 51 52 42 -
CMYK 0.02 0 0.19 0.80
HSL 66º 0.11% 0.18% -
HSV(B) 66º 0.19% 0.2% -
XYZ 3.01 3.33 2.67 -
YUV 50.56 123.17 128.31 -
System Red Green Blue C M Y K H S L
Decimal 51 52 42 0.02 0 0.19 0.80 66 0.11 0.18
Hex 33 34 2A 2 0 13 50 42 B 12
Octal 63 64 52 2 0 23 120 102 13 22
Binary 110011 110100 101010 10 0 10011 1010000 1000010 1011 10010

Color Harmonies of #33342A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #33342A

Black with #33342A

Text Example


Text Example

White with #33342A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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