Html Css Color HEX #333427 Green Waterloo

📋 copy color: '#333427'

red 51 ◦ green 52 ◦ blue 39

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

Shades of Green Waterloo #333427

Tints of Green Waterloo #333427

RGB

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

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

 BLUE value IS 39 (15.63% from 255) = 27.46%

R = 35.92%
G = 36.62%
B = 27.46%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.25

 K value IS 0.80

RGB Variations

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

Color information

#333427 (or 0x333427) is known color: Green Waterloo. HEX triplet: 33, 34 and 27. RGB value is (51,52,39). Sum of RGB (Red+Green+Blue) = 51+52+39=142 (18% of max value = 765). Red value is 51 (20.31% from 255 or 35.92% from 142); Green value is 52 (20.70% from 255 or 36.62% from 142); Blue value is 39 (15.62% from 255 or 27.46% from 142); Max value from RGB is 52 - color contains mainly: green. Hex color #333427 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #333427 is #CCCBD8. Grayscale: #323232. Windows color (decimal): -13421529 or 2569267. OLE color: 2569267.

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

Color convert

RGB 51 52 39 -
CMYK 0.02 0 0.25 0.80
HSL 64.62º 0.14% 0.18% -
HSV(B) 64.62º 0.25% 0.2% -
XYZ 2.96 3.31 2.4 -
YUV 50.22 121.67 128.56 -
System Red Green Blue C M Y K H S L
Decimal 51 52 39 0.02 0 0.25 0.80 64.62 0.14 0.18
Hex 33 34 27 2 0 19 50 41 E 12
Octal 63 64 47 2 0 31 120 101 16 22
Binary 110011 110100 100111 10 0 11001 1010000 1000001 1110 10010

Color Harmonies of #333427

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #333427

Black with #333427

Text Example


Text Example

White with #333427

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #333427; }

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

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

background-color css

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

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

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

border-color css

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

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

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