Html Css Color HEX #131607 Green Waterloo

📋 copy color: '#131607'

red 19 ◦ green 22 ◦ blue 7

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

Shades of Green Waterloo #131607

Tints of Green Waterloo #131607

RGB

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

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

 BLUE value IS 7 (3.13% from 255) = 14.58%

R = 39.58%
G = 45.83%
B = 14.58%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.68

 K value IS 0.91

RGB Variations

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

Color information

#131607 (or 0x131607) is known color: Green Waterloo. HEX triplet: 13, 16 and 07. RGB value is (19,22,7). Sum of RGB (Red+Green+Blue) = 19+22+7=48 (6% of max value = 765). Red value is 19 (7.81% from 255 or 39.58% from 48); Green value is 22 (8.98% from 255 or 45.83% from 48); Blue value is 7 (3.12% from 255 or 14.58% from 48); Max value from RGB is 22 - color contains mainly: green. Hex color #131607 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #131607 is #ECE9F8. Grayscale: #131313. Windows color (decimal): -15526393 or 464403. OLE color: 464403.

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

Color convert

RGB 19 22 7 -
CMYK 0.14 0 0.68 0.91
HSL 72º 0.52% 0.06% -
HSV(B) 72º 0.68% 0.09% -
XYZ 0.59 0.73 0.31 -
YUV 19.39 121.01 127.72 -
System Red Green Blue C M Y K H S L
Decimal 19 22 7 0.14 0 0.68 0.91 72 0.52 0.06
Hex 13 16 7 E 0 44 5B 48 34 6
Octal 23 26 7 16 0 104 133 110 64 6
Binary 10011 10110 111 1110 0 1000100 1011011 1001000 110100 110

Color Harmonies of #131607

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #131607

Black with #131607

Text Example


Text Example

White with #131607

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #131607; }

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

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

background-color css

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

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

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

border-color css

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

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

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