Html Css Color HEX #313423 Green Waterloo

📋 copy color: '#313423'

red 49 ◦ green 52 ◦ blue 35

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

Shades of Green Waterloo #313423

Tints of Green Waterloo #313423

RGB

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

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

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

R = 36.03%
G = 38.24%
B = 25.74%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.33

 K value IS 0.80

RGB Variations

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

Color information

#313423 (or 0x313423) is known color: Green Waterloo. HEX triplet: 31, 34 and 23. RGB value is (49,52,35). Sum of RGB (Red+Green+Blue) = 49+52+35=136 (18% of max value = 765). Red value is 49 (19.53% from 255 or 36.03% from 136); Green value is 52 (20.70% from 255 or 38.24% from 136); Blue value is 35 (14.06% from 255 or 25.74% from 136); Max value from RGB is 52 - color contains mainly: green. Hex color #313423 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #313423 is #CECBDC. Grayscale: #313131. Windows color (decimal): -13552605 or 2307121. OLE color: 2307121.

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

Color convert

RGB 49 52 35 -
CMYK 0.06 0 0.33 0.80
HSL 70.59º 0.2% 0.17% -
HSV(B) 70.59º 0.33% 0.2% -
XYZ 2.8 3.23 2.07 -
YUV 49.17 120.01 127.88 -
System Red Green Blue C M Y K H S L
Decimal 49 52 35 0.06 0 0.33 0.80 70.59 0.2 0.17
Hex 31 34 23 6 0 21 50 47 14 11
Octal 61 64 43 6 0 41 120 107 24 21
Binary 110001 110100 100011 110 0 100001 1010000 1000111 10100 10001

Color Harmonies of #313423

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #313423

Black with #313423

Text Example


Text Example

White with #313423

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #313423; }

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

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

background-color css

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

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

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

border-color css

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

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

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