Html Css Color HEX #313228 Green Waterloo

📋 copy color: '#313228'

red 49 ◦ green 50 ◦ blue 40

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

Shades of Green Waterloo #313228

Tints of Green Waterloo #313228

RGB

 RED value IS 49 (19.53% from 255) = 35.25%

 GREEN value IS 50 (19.92% from 255) = 35.97%

 BLUE value IS 40 (16.02% from 255) = 28.78%

R = 35.25%
G = 35.97%
B = 28.78%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.20

 K value IS 0.80

RGB Variations

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

Color information

#313228 (or 0x313228) is known color: Green Waterloo. HEX triplet: 31, 32 and 28. RGB value is (49,50,40). Sum of RGB (Red+Green+Blue) = 49+50+40=139 (18% of max value = 765). Red value is 49 (19.53% from 255 or 35.25% from 139); Green value is 50 (19.92% from 255 or 35.97% from 139); Blue value is 40 (16.02% from 255 or 28.78% from 139); Max value from RGB is 50 - color contains mainly: green. Hex color #313228 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #313228 is #CECDD7. Grayscale: #303030. Windows color (decimal): -13553112 or 2634289. OLE color: 2634289.

HSL color Cylindrical-coordinate representation of color #313228: 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.2%. Process color model (Four color, CMYK) of #313228 is Cyan = 0.02, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.80.

Color convert

RGB 49 50 40 -
CMYK 0.02 0 0.20 0.80
HSL 66º 0.11% 0.18% -
HSV(B) 66º 0.2% 0.2% -
XYZ 2.79 3.09 2.46 -
YUV 48.56 123.17 128.31 -
System Red Green Blue C M Y K H S L
Decimal 49 50 40 0.02 0 0.20 0.80 66 0.11 0.18
Hex 31 32 28 2 0 14 50 42 B 12
Octal 61 62 50 2 0 24 120 102 13 22
Binary 110001 110010 101000 10 0 10100 1010000 1000010 1011 10010

Color Harmonies of #313228

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #313228

Black with #313228

Text Example


Text Example

White with #313228

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #313228; }

 p { color: rgb(49,50,40); }

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

background-color css

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

 a { background-color: rgb(49,50,40); }

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

border-color css

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

 span { border-color: rgb(49,50,40); }

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