Html Css Color HEX #131508 Green Waterloo

📋 copy color: '#131508'

red 19 ◦ green 21 ◦ blue 8

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

Shades of Green Waterloo #131508

Tints of Green Waterloo #131508

RGB

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

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

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

R = 39.58%
G = 43.75%
B = 16.67%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.62

 K value IS 0.92

RGB Variations

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

Color information

#131508 (or 0x131508) is known color: Green Waterloo. HEX triplet: 13, 15 and 08. RGB value is (19,21,8). Sum of RGB (Red+Green+Blue) = 19+21+8=48 (6% of max value = 765). Red value is 19 (7.81% from 255 or 39.58% from 48); Green value is 21 (8.59% from 255 or 43.75% from 48); Blue value is 8 (3.52% from 255 or 16.67% from 48); Max value from RGB is 21 - color contains mainly: green. Hex color #131508 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #131508 is #ECEAF7. Grayscale: #121212. Windows color (decimal): -15526648 or 529683. OLE color: 529683.

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

Color convert

RGB 19 21 8 -
CMYK 0.10 0 0.62 0.92
HSL 69.23º 0.45% 0.06% -
HSV(B) 69.23º 0.62% 0.08% -
XYZ 0.58 0.69 0.33 -
YUV 18.92 121.84 128.06 -
System Red Green Blue C M Y K H S L
Decimal 19 21 8 0.10 0 0.62 0.92 69.23 0.45 0.06
Hex 13 15 8 A 0 3E 5C 45 2D 6
Octal 23 25 10 12 0 76 134 105 55 6
Binary 10011 10101 1000 1010 0 111110 1011100 1000101 101101 110

Color Harmonies of #131508

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #131508

Black with #131508

Text Example


Text Example

White with #131508

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #131508; }

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

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

background-color css

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

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

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

border-color css

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

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

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