Html Css Color HEX #016019 Crusoe

📋 copy color: '#016019'

red 1 ◦ green 96 ◦ blue 25

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

Shades of Crusoe #016019

Tints of Crusoe #016019

RGB

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

 GREEN value IS 96 (37.89% from 255) = 78.69%

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

R = 0.82%
G = 78.69%
B = 20.49%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.74

 K value IS 0.62

RGB Variations

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

Color information

#016019 (or 0x016019) is known color: Crusoe. HEX triplet: 01, 60 and 19. RGB value is (1,96,25). Sum of RGB (Red+Green+Blue) = 1+96+25=122 (16% of max value = 765). Red value is 1 (0.78% from 255 or 0.82% from 122); Green value is 96 (37.89% from 255 or 78.69% from 122); Blue value is 25 (10.16% from 255 or 20.49% from 122); Max value from RGB is 96 - color contains mainly: green. Hex color #016019 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #016019 is #FE9FE6. Grayscale: #3B3B3B. Windows color (decimal): -16687079 or 1662977. OLE color: 1662977.

HSL color Cylindrical-coordinate representation of color #016019: hue angle of 135.16º degrees, saturation: 0.98, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #016019 is Cyan = 0.99, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.62.

Color convert

RGB 1 96 25 -
CMYK 0.99 0 0.74 0.62
HSL 135.16º 0.98% 0.19% -
HSV(B) 135.16º 0.99% 0.38% -
XYZ 4.37 8.44 2.32 -
YUV 59.5 108.53 86.27 -
System Red Green Blue C M Y K H S L
Decimal 1 96 25 0.99 0 0.74 0.62 135.16 0.98 0.19
Hex 1 60 19 63 0 4A 3E 87 62 13
Octal 1 140 31 143 0 112 76 207 142 23
Binary 1 1100000 11001 1100011 0 1001010 111110 10000111 1100010 10011

Color Harmonies of #016019

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #016019

Black with #016019

Text Example


Text Example

White with #016019

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #016019; }

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

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

background-color css

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

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

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

border-color css

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

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

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