Html Css Color HEX #101304 Green Waterloo

📋 copy color: '#101304'

red 16 ◦ green 19 ◦ blue 4

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

Shades of Green Waterloo #101304

Tints of Green Waterloo #101304

RGB

 RED value IS 16 (6.64% from 255) = 41.03%

 GREEN value IS 19 (7.81% from 255) = 48.72%

 BLUE value IS 4 (1.95% from 255) = 10.26%

R = 41.03%
G = 48.72%
B = 10.26%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.79

 K value IS 0.93

RGB Variations

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

Color information

#101304 (or 0x101304) is known color: Green Waterloo. HEX triplet: 10, 13 and 04. RGB value is (16,19,4). Sum of RGB (Red+Green+Blue) = 16+19+4=39 (5% of max value = 765). Red value is 16 (6.64% from 255 or 41.03% from 39); Green value is 19 (7.81% from 255 or 48.72% from 39); Blue value is 4 (1.95% from 255 or 10.26% from 39); Max value from RGB is 19 - color contains mainly: green. Hex color #101304 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #101304 is #EFECFB. Grayscale: #101010. Windows color (decimal): -15723772 or 267024. OLE color: 267024.

HSL color Cylindrical-coordinate representation of color #101304: hue angle of 72º degrees, saturation: 0.65, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.07% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #101304 is Cyan = 0.16, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.93.

Color convert

RGB 16 19 4 -
CMYK 0.16 0 0.79 0.93
HSL 72º 0.65% 0.05% -
HSV(B) 72º 0.79% 0.07% -
XYZ 0.47 0.58 0.2 -
YUV 16.39 121.01 127.72 -
System Red Green Blue C M Y K H S L
Decimal 16 19 4 0.16 0 0.79 0.93 72 0.65 0.05
Hex 10 13 4 10 0 4F 5D 48 41 5
Octal 20 23 4 20 0 117 135 110 101 5
Binary 10000 10011 100 10000 0 1001111 1011101 1001000 1000001 101

Color Harmonies of #101304

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #101304

Black with #101304

Text Example


Text Example

White with #101304

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #101304; }

 p { color: rgb(16,19,4); }

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

background-color css

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

 a { background-color: rgb(16,19,4); }

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

border-color css

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

 span { border-color: rgb(16,19,4); }

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