Html Css Color HEX #016619 Crusoe

📋 copy color: '#016619'

red 1 ◦ green 102 ◦ blue 25

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

Shades of Crusoe #016619

Tints of Crusoe #016619

RGB

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

 GREEN value IS 102 (40.23% from 255) = 79.69%

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

R = 0.78%
G = 79.69%
B = 19.53%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.75

 K value IS 0.6

RGB Variations

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

Color information

#016619 (or 0x016619) is known color: Crusoe. HEX triplet: 01, 66 and 19. RGB value is (1,102,25). Sum of RGB (Red+Green+Blue) = 1+102+25=128 (16% of max value = 765). Red value is 1 (0.78% from 255 or 0.78% from 128); Green value is 102 (40.23% from 255 or 79.69% from 128); Blue value is 25 (10.16% from 255 or 19.53% from 128); Max value from RGB is 102 - color contains mainly: green. Hex color #016619 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #016619 is #FE99E6. Grayscale: #3F3F3F. Windows color (decimal): -16685543 or 1664513. OLE color: 1664513.

HSL color Cylindrical-coordinate representation of color #016619: hue angle of 134.26º degrees, saturation: 0.98, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #016619 is Cyan = 0.99, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.6.

Color convert

RGB 1 102 25 -
CMYK 0.99 0 0.75 0.6
HSL 134.26º 0.98% 0.2% -
HSV(B) 134.26º 0.99% 0.4% -
XYZ 4.94 9.58 2.51 -
YUV 63.02 106.54 83.76 -
System Red Green Blue C M Y K H S L
Decimal 1 102 25 0.99 0 0.75 0.6 134.26 0.98 0.2
Hex 1 66 19 63 0 4B 3C 86 62 14
Octal 1 146 31 143 0 113 74 206 142 24
Binary 1 1100110 11001 1100011 0 1001011 111100 10000110 1100010 10100

Color Harmonies of #016619

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #016619

Black with #016619

Text Example


Text Example

White with #016619

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #016619; }

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

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

background-color css

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

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

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

border-color css

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

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

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