Html Css Color HEX #016518 Crusoe

📋 copy color: '#016518'

red 1 ◦ green 101 ◦ blue 24

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

Shades of Crusoe #016518

Tints of Crusoe #016518

RGB

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

 GREEN value IS 101 (39.84% from 255) = 80.16%

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

R = 0.79%
G = 80.16%
B = 19.05%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.76

 K value IS 0.60

RGB Variations

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

Color information

#016518 (or 0x016518) is known color: Crusoe. HEX triplet: 01, 65 and 18. RGB value is (1,101,24). Sum of RGB (Red+Green+Blue) = 1+101+24=126 (16% of max value = 765). Red value is 1 (0.78% from 255 or 0.79% from 126); Green value is 101 (39.84% from 255 or 80.16% from 126); Blue value is 24 (9.77% from 255 or 19.05% from 126); Max value from RGB is 101 - color contains mainly: green. Hex color #016518 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #016518 is #FE9AE7. Grayscale: #3E3E3E. Windows color (decimal): -16685800 or 1598721. OLE color: 1598721.

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

Color convert

RGB 1 101 24 -
CMYK 0.99 0 0.76 0.60
HSL 133.8º 0.98% 0.2% -
HSV(B) 133.8º 0.99% 0.4% -
XYZ 4.83 9.38 2.42 -
YUV 62.32 106.37 84.26 -
System Red Green Blue C M Y K H S L
Decimal 1 101 24 0.99 0 0.76 0.60 133.8 0.98 0.2
Hex 1 65 18 63 0 4C 3C 86 62 14
Octal 1 145 30 143 0 114 74 206 142 24
Binary 1 1100101 11000 1100011 0 1001100 111100 10000110 1100010 10100

Color Harmonies of #016518

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #016518

Black with #016518

Text Example


Text Example

White with #016518

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #016518; }

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

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

background-color css

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

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

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

border-color css

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

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

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