Html Css Color HEX #131604 Green Waterloo

📋 copy color: '#131604'

red 19 ◦ green 22 ◦ blue 4

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

Shades of Green Waterloo #131604

Tints of Green Waterloo #131604

RGB

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

 GREEN value IS 22 (8.98% from 255) = 48.89%

 BLUE value IS 4 (1.95% from 255) = 8.89%

R = 42.22%
G = 48.89%
B = 8.89%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.82

 K value IS 0.91

RGB Variations

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

Color information

#131604 (or 0x131604) is known color: Green Waterloo. HEX triplet: 13, 16 and 04. RGB value is (19,22,4). Sum of RGB (Red+Green+Blue) = 19+22+4=45 (5% of max value = 765). Red value is 19 (7.81% from 255 or 42.22% from 45); Green value is 22 (8.98% from 255 or 48.89% from 45); Blue value is 4 (1.95% from 255 or 8.89% from 45); Max value from RGB is 22 - color contains mainly: green. Hex color #131604 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #131604 is #ECE9FB. Grayscale: #131313. Windows color (decimal): -15526396 or 267795. OLE color: 267795.

HSL color Cylindrical-coordinate representation of color #131604: hue angle of 70º degrees, saturation: 0.69, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.09% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #131604 is Cyan = 0.14, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.91.

Color convert

RGB 19 22 4 -
CMYK 0.14 0 0.82 0.91
HSL 70º 0.69% 0.05% -
HSV(B) 70º 0.82% 0.09% -
XYZ 0.58 0.72 0.22 -
YUV 19.05 119.51 127.96 -
System Red Green Blue C M Y K H S L
Decimal 19 22 4 0.14 0 0.82 0.91 70 0.69 0.05
Hex 13 16 4 E 0 52 5B 46 45 5
Octal 23 26 4 16 0 122 133 106 105 5
Binary 10011 10110 100 1110 0 1010010 1011011 1000110 1000101 101

Color Harmonies of #131604

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #131604

Black with #131604

Text Example


Text Example

White with #131604

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #131604; }

 p { color: rgb(19,22,4); }

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

background-color css

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

 a { background-color: rgb(19,22,4); }

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

border-color css

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

 span { border-color: rgb(19,22,4); }

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