Html Css Color HEX #313223 Green Waterloo

📋 copy color: '#313223'

red 49 ◦ green 50 ◦ blue 35

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

Shades of Green Waterloo #313223

Tints of Green Waterloo #313223

RGB

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

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

 BLUE value IS 35 (14.06% from 255) = 26.12%

R = 36.57%
G = 37.31%
B = 26.12%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.30

 K value IS 0.80

RGB Variations

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

Color information

#313223 (or 0x313223) is known color: Green Waterloo. HEX triplet: 31, 32 and 23. RGB value is (49,50,35). Sum of RGB (Red+Green+Blue) = 49+50+35=134 (17% of max value = 765). Red value is 49 (19.53% from 255 or 36.57% from 134); Green value is 50 (19.92% from 255 or 37.31% from 134); Blue value is 35 (14.06% from 255 or 26.12% from 134); Max value from RGB is 50 - color contains mainly: green. Hex color #313223 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #313223 is #CECDDC. Grayscale: #303030. Windows color (decimal): -13553117 or 2306609. OLE color: 2306609.

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

Color convert

RGB 49 50 35 -
CMYK 0.02 0 0.30 0.80
HSL 64º 0.18% 0.17% -
HSV(B) 64º 0.3% 0.2% -
XYZ 2.71 3.06 2.04 -
YUV 47.99 120.67 128.72 -
System Red Green Blue C M Y K H S L
Decimal 49 50 35 0.02 0 0.30 0.80 64 0.18 0.17
Hex 31 32 23 2 0 1E 50 40 12 11
Octal 61 62 43 2 0 36 120 100 22 21
Binary 110001 110010 100011 10 0 11110 1010000 1000000 10010 10001

Color Harmonies of #313223

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #313223

Black with #313223

Text Example


Text Example

White with #313223

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #313223; }

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

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

background-color css

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

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

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

border-color css

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

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

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