Html Css Color HEX #191B06 Green Waterloo

📋 copy color: '#191B06'

red 25 ◦ green 27 ◦ blue 6

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

Shades of Green Waterloo #191B06

Tints of Green Waterloo #191B06

RGB

 RED value IS 25 (10.16% from 255) = 43.1%

 GREEN value IS 27 (10.94% from 255) = 46.55%

 BLUE value IS 6 (2.73% from 255) = 10.34%

R = 43.1%
G = 46.55%
B = 10.34%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.78

 K value IS 0.89

RGB Variations

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

Color information

#191B06 (or 0x191B06) is known color: Green Waterloo. HEX triplet: 19, 1B and 06. RGB value is (25,27,6). Sum of RGB (Red+Green+Blue) = 25+27+6=58 (7% of max value = 765). Red value is 25 (10.16% from 255 or 43.10% from 58); Green value is 27 (10.94% from 255 or 46.55% from 58); Blue value is 6 (2.73% from 255 or 10.34% from 58); Max value from RGB is 27 - color contains mainly: green. Hex color #191B06 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #191B06 is #E6E4F9. Grayscale: #181818. Windows color (decimal): -15131898 or 400153. OLE color: 400153.

HSL color Cylindrical-coordinate representation of color #191B06: hue angle of 65.71º degrees, saturation: 0.64, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #191B06 is Cyan = 0.07, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.89.

Color convert

RGB 25 27 6 -
CMYK 0.07 0 0.78 0.89
HSL 65.71º 0.64% 0.06% -
HSV(B) 65.71º 0.78% 0.11% -
XYZ 0.83 1 0.32 -
YUV 24.01 117.84 128.71 -
System Red Green Blue C M Y K H S L
Decimal 25 27 6 0.07 0 0.78 0.89 65.71 0.64 0.06
Hex 19 1B 6 7 0 4E 59 42 40 6
Octal 31 33 6 7 0 116 131 102 100 6
Binary 11001 11011 110 111 0 1001110 1011001 1000010 1000000 110

Color Harmonies of #191B06

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #191B06

Black with #191B06

Text Example


Text Example

White with #191B06

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #191B06; }

 p { color: rgb(25,27,6); }

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

background-color css

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

 a { background-color: rgb(25,27,6); }

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

border-color css

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

 span { border-color: rgb(25,27,6); }

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