Html Css Color HEX #131800 Green Waterloo

📋 copy color: '#131800'

red 19 ◦ green 24 ◦ blue 0

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

Shades of Green Waterloo #131800

Tints of Green Waterloo #131800

RGB

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

 GREEN value IS 24 (9.77% from 255) = 55.81%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 44.19%
G = 55.81%
B = 0%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 1

 K value IS 0.91

RGB Variations

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

Color information

#131800 (or 0x131800) is known color: Green Waterloo. HEX triplet: 13, 18 and 00. RGB value is (19,24,0). Sum of RGB (Red+Green+Blue) = 19+24+0=43 (5% of max value = 765). Red value is 19 (7.81% from 255 or 44.19% from 43); Green value is 24 (9.77% from 255 or 55.81% from 43); Blue value is 0 (0.39% from 255 or 0% from 43); Max value from RGB is 24 - color contains mainly: green. Hex color #131800 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #131800 is #ECE7FF. Grayscale: #131313. Windows color (decimal): -15525888 or 6163. OLE color: 6163.

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

Color convert

RGB 19 24 0 -
CMYK 0.21 0 1 0.91
HSL 72.5º 1% 0.05% -
HSV(B) 72.5º 1% 0.09% -
XYZ 0.6 0.79 0.12 -
YUV 19.77 116.84 127.45 -
System Red Green Blue C M Y K H S L
Decimal 19 24 0 0.21 0 1 0.91 72.5 1 0.05
Hex 13 18 0 15 0 64 5B 48 64 5
Octal 23 30 0 25 0 144 133 110 144 5
Binary 10011 11000 0 10101 0 1100100 1011011 1001000 1100100 101

Color Harmonies of #131800

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #131800

Black with #131800

Text Example


Text Example

White with #131800

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #131800; }

 p { color: rgb(19,24,0); }

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

background-color css

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

 a { background-color: rgb(19,24,0); }

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

border-color css

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

 span { border-color: rgb(19,24,0); }

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