Html Css Color HEX #016618 Crusoe

📋 copy color: '#016618'

red 1 ◦ green 102 ◦ blue 24

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

Shades of Crusoe #016618

Tints of Crusoe #016618

RGB

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

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

 BLUE value IS 24 (9.77% from 255) = 18.9%

R = 0.79%
G = 80.31%
B = 18.9%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.76

 K value IS 0.6

RGB Variations

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

Color information

#016618 (or 0x016618) is known color: Crusoe. HEX triplet: 01, 66 and 18. RGB value is (1,102,24). Sum of RGB (Red+Green+Blue) = 1+102+24=127 (16% of max value = 765). Red value is 1 (0.78% from 255 or 0.79% from 127); Green value is 102 (40.23% from 255 or 80.31% from 127); Blue value is 24 (9.77% from 255 or 18.90% from 127); Max value from RGB is 102 - color contains mainly: green. Hex color #016618 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #016618 is #FE99E7. Grayscale: #3F3F3F. Windows color (decimal): -16685544 or 1598977. OLE color: 1598977.

HSL color Cylindrical-coordinate representation of color #016618: hue angle of 133.66º 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 #016618 is Cyan = 0.99, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.6.

Color convert

RGB 1 102 24 -
CMYK 0.99 0 0.76 0.6
HSL 133.66º 0.98% 0.2% -
HSV(B) 133.66º 0.99% 0.4% -
XYZ 4.93 9.58 2.45 -
YUV 62.91 106.04 83.84 -
System Red Green Blue C M Y K H S L
Decimal 1 102 24 0.99 0 0.76 0.6 133.66 0.98 0.2
Hex 1 66 18 63 0 4C 3C 86 62 14
Octal 1 146 30 143 0 114 74 206 142 24
Binary 1 1100110 11000 1100011 0 1001100 111100 10000110 1100010 10100

Color Harmonies of #016618

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #016618

Black with #016618

Text Example


Text Example

White with #016618

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #016618; }

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

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

background-color css

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

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

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

border-color css

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

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

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