Html Css Color HEX #016A19 Crusoe

📋 copy color: '#016A19'

red 1 ◦ green 106 ◦ blue 25

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

Shades of Crusoe #016A19

Tints of Crusoe #016A19

RGB

 RED value IS 1 (0.78% from 255) = 0.76%

 GREEN value IS 106 (41.8% from 255) = 80.3%

 BLUE value IS 25 (10.16% from 255) = 18.94%

R = 0.76%
G = 80.3%
B = 18.94%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.76

 K value IS 0.58

RGB Variations

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

Color information

#016A19 (or 0x016A19) is known color: Crusoe. HEX triplet: 01, 6A and 19. RGB value is (1,106,25). Sum of RGB (Red+Green+Blue) = 1+106+25=132 (17% of max value = 765). Red value is 1 (0.78% from 255 or 0.76% from 132); Green value is 106 (41.80% from 255 or 80.30% from 132); Blue value is 25 (10.16% from 255 or 18.94% from 132); Max value from RGB is 106 - color contains mainly: green. Hex color #016A19 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #016A19 is #FE95E6. Grayscale: #414141. Windows color (decimal): -16684519 or 1665537. OLE color: 1665537.

HSL color Cylindrical-coordinate representation of color #016A19: hue angle of 133.71º degrees, saturation: 0.98, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #016A19 is Cyan = 0.99, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.58.

Color convert

RGB 1 106 25 -
CMYK 0.99 0 0.76 0.58
HSL 133.71º 0.98% 0.21% -
HSV(B) 133.71º 0.99% 0.42% -
XYZ 5.34 10.38 2.64 -
YUV 65.37 105.21 82.09 -
System Red Green Blue C M Y K H S L
Decimal 1 106 25 0.99 0 0.76 0.58 133.71 0.98 0.21
Hex 1 6A 19 63 0 4C 3A 86 62 15
Octal 1 152 31 143 0 114 72 206 142 25
Binary 1 1101010 11001 1100011 0 1001100 111010 10000110 1100010 10101

Color Harmonies of #016A19

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #016A19

Black with #016A19

Text Example


Text Example

White with #016A19

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #016A19; }

 p { color: rgb(1,106,25); }

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

background-color css

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

 a { background-color: rgb(1,106,25); }

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

border-color css

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

 span { border-color: rgb(1,106,25); }

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