Html Css Color HEX #313419 Green Waterloo

📋 copy color: '#313419'

red 49 ◦ green 52 ◦ blue 25

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

Shades of Green Waterloo #313419

Tints of Green Waterloo #313419

RGB

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

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

 BLUE value IS 25 (10.16% from 255) = 19.84%

R = 38.89%
G = 41.27%
B = 19.84%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.52

 K value IS 0.80

RGB Variations

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

Color information

#313419 (or 0x313419) is known color: Green Waterloo. HEX triplet: 31, 34 and 19. RGB value is (49,52,25). Sum of RGB (Red+Green+Blue) = 49+52+25=126 (16% of max value = 765). Red value is 49 (19.53% from 255 or 38.89% from 126); Green value is 52 (20.70% from 255 or 41.27% from 126); Blue value is 25 (10.16% from 255 or 19.84% from 126); Max value from RGB is 52 - color contains mainly: green. Hex color #313419 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #313419 is #CECBE6. Grayscale: #303030. Windows color (decimal): -13552615 or 1651761. OLE color: 1651761.

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

Color convert

RGB 49 52 25 -
CMYK 0.06 0 0.52 0.80
HSL 66.67º 0.35% 0.15% -
HSV(B) 66.67º 0.52% 0.2% -
XYZ 2.67 3.18 1.39 -
YUV 48.03 115.01 128.7 -
System Red Green Blue C M Y K H S L
Decimal 49 52 25 0.06 0 0.52 0.80 66.67 0.35 0.15
Hex 31 34 19 6 0 34 50 43 23 F
Octal 61 64 31 6 0 64 120 103 43 17
Binary 110001 110100 11001 110 0 110100 1010000 1000011 100011 1111

Color Harmonies of #313419

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #313419

Black with #313419

Text Example


Text Example

White with #313419

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #313419; }

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

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

background-color css

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

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

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

border-color css

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

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

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