Html Css Color HEX #33342B Green Waterloo

📋 copy color: '#33342B'

red 51 ◦ green 52 ◦ blue 43

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

Shades of Green Waterloo #33342B

Tints of Green Waterloo #33342B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 29.45%

R = 34.93%
G = 35.62%
B = 29.45%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.17

 K value IS 0.80

RGB Variations

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

Color information

#33342B (or 0x33342B) is known color: Green Waterloo. HEX triplet: 33, 34 and 2B. RGB value is (51,52,43). Sum of RGB (Red+Green+Blue) = 51+52+43=146 (19% of max value = 765). Red value is 51 (20.31% from 255 or 34.93% from 146); Green value is 52 (20.70% from 255 or 35.62% from 146); Blue value is 43 (17.19% from 255 or 29.45% from 146); Max value from RGB is 52 - color contains mainly: green. Hex color #33342B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #33342B is #CCCBD4. Grayscale: #323232. Windows color (decimal): -13421525 or 2831411. OLE color: 2831411.

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

Color convert

RGB 51 52 43 -
CMYK 0.02 0 0.17 0.80
HSL 66.67º 0.09% 0.19% -
HSV(B) 66.67º 0.17% 0.2% -
XYZ 3.03 3.33 2.77 -
YUV 50.68 123.67 128.23 -
System Red Green Blue C M Y K H S L
Decimal 51 52 43 0.02 0 0.17 0.80 66.67 0.09 0.19
Hex 33 34 2B 2 0 11 50 43 9 13
Octal 63 64 53 2 0 21 120 103 11 23
Binary 110011 110100 101011 10 0 10001 1010000 1000011 1001 10011

Color Harmonies of #33342B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #33342B

Black with #33342B

Text Example


Text Example

White with #33342B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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