Html Css Color HEX #323427 Green Waterloo

📋 copy color: '#323427'

red 50 ◦ green 52 ◦ blue 39

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

Shades of Green Waterloo #323427

Tints of Green Waterloo #323427

RGB

 RED value IS 50 (19.92% from 255) = 35.46%

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

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

R = 35.46%
G = 36.88%
B = 27.66%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.25

 K value IS 0.80

RGB Variations

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

Color information

#323427 (or 0x323427) is known color: Green Waterloo. HEX triplet: 32, 34 and 27. RGB value is (50,52,39). Sum of RGB (Red+Green+Blue) = 50+52+39=141 (18% of max value = 765). Red value is 50 (19.92% from 255 or 35.46% from 141); Green value is 52 (20.70% from 255 or 36.88% from 141); Blue value is 39 (15.62% from 255 or 27.66% from 141); Max value from RGB is 52 - color contains mainly: green. Hex color #323427 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #323427 is #CDCBD8. Grayscale: #313131. Windows color (decimal): -13487065 or 2569266. OLE color: 2569266.

HSL color Cylindrical-coordinate representation of color #323427: hue angle of 69.23º 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 #323427 is Cyan = 0.04, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.80.

Color convert

RGB 50 52 39 -
CMYK 0.04 0 0.25 0.80
HSL 69.23º 0.14% 0.18% -
HSV(B) 69.23º 0.25% 0.2% -
XYZ 2.91 3.28 2.4 -
YUV 49.92 121.84 128.06 -
System Red Green Blue C M Y K H S L
Decimal 50 52 39 0.04 0 0.25 0.80 69.23 0.14 0.18
Hex 32 34 27 4 0 19 50 45 E 12
Octal 62 64 47 4 0 31 120 105 16 22
Binary 110010 110100 100111 100 0 11001 1010000 1000101 1110 10010

Color Harmonies of #323427

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #323427

Black with #323427

Text Example


Text Example

White with #323427

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #323427; }

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

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

background-color css

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

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

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

border-color css

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

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

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