Html Css Color HEX #131509 Green Waterloo

📋 copy color: '#131509'

red 19 ◦ green 21 ◦ blue 9

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

Shades of Green Waterloo #131509

Tints of Green Waterloo #131509

RGB

 RED value IS 19 (7.81% from 255) = 38.78%

 GREEN value IS 21 (8.59% from 255) = 42.86%

 BLUE value IS 9 (3.91% from 255) = 18.37%

R = 38.78%
G = 42.86%
B = 18.37%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.57

 K value IS 0.92

RGB Variations

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

Color information

#131509 (or 0x131509) is known color: Green Waterloo. HEX triplet: 13, 15 and 09. RGB value is (19,21,9). Sum of RGB (Red+Green+Blue) = 19+21+9=49 (6% of max value = 765). Red value is 19 (7.81% from 255 or 38.78% from 49); Green value is 21 (8.59% from 255 or 42.86% from 49); Blue value is 9 (3.91% from 255 or 18.37% from 49); Max value from RGB is 21 - color contains mainly: green. Hex color #131509 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #131509 is #ECEAF6. Grayscale: #131313. Windows color (decimal): -15526647 or 595219. OLE color: 595219.

HSL color Cylindrical-coordinate representation of color #131509: hue angle of 70º degrees, saturation: 0.4, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.08% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #131509 is Cyan = 0.10, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.92.

Color convert

RGB 19 21 9 -
CMYK 0.10 0 0.57 0.92
HSL 70º 0.4% 0.06% -
HSV(B) 70º 0.57% 0.08% -
XYZ 0.59 0.69 0.36 -
YUV 19.03 122.34 127.98 -
System Red Green Blue C M Y K H S L
Decimal 19 21 9 0.10 0 0.57 0.92 70 0.4 0.06
Hex 13 15 9 A 0 39 5C 46 28 6
Octal 23 25 11 12 0 71 134 106 50 6
Binary 10011 10101 1001 1010 0 111001 1011100 1000110 101000 110

Color Harmonies of #131509

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #131509

Black with #131509

Text Example


Text Example

White with #131509

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #131509; }

 p { color: rgb(19,21,9); }

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

background-color css

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

 a { background-color: rgb(19,21,9); }

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

border-color css

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

 span { border-color: rgb(19,21,9); }

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