Html Css Color HEX #131608 Green Waterloo

📋 copy color: '#131608'

red 19 ◦ green 22 ◦ blue 8

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

Shades of Green Waterloo #131608

Tints of Green Waterloo #131608

RGB

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

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

 BLUE value IS 8 (3.52% from 255) = 16.33%

R = 38.78%
G = 44.9%
B = 16.33%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.64

 K value IS 0.91

RGB Variations

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

Color information

#131608 (or 0x131608) is known color: Green Waterloo. HEX triplet: 13, 16 and 08. RGB value is (19,22,8). Sum of RGB (Red+Green+Blue) = 19+22+8=49 (6% of max value = 765). Red value is 19 (7.81% from 255 or 38.78% from 49); Green value is 22 (8.98% from 255 or 44.90% from 49); Blue value is 8 (3.52% from 255 or 16.33% from 49); Max value from RGB is 22 - color contains mainly: green. Hex color #131608 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #131608 is #ECE9F7. Grayscale: #131313. Windows color (decimal): -15526392 or 529939. OLE color: 529939.

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

Color convert

RGB 19 22 8 -
CMYK 0.14 0 0.64 0.91
HSL 72.86º 0.47% 0.06% -
HSV(B) 72.86º 0.64% 0.09% -
XYZ 0.6 0.73 0.34 -
YUV 19.51 121.51 127.64 -
System Red Green Blue C M Y K H S L
Decimal 19 22 8 0.14 0 0.64 0.91 72.86 0.47 0.06
Hex 13 16 8 E 0 40 5B 49 2F 6
Octal 23 26 10 16 0 100 133 111 57 6
Binary 10011 10110 1000 1110 0 1000000 1011011 1001001 101111 110

Color Harmonies of #131608

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #131608

Black with #131608

Text Example


Text Example

White with #131608

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #131608; }

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

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

background-color css

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

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

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

border-color css

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

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

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