Html Css Color HEX #016218 Crusoe

📋 copy color: '#016218'

red 1 ◦ green 98 ◦ blue 24

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

Shades of Crusoe #016218

Tints of Crusoe #016218

RGB

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

 GREEN value IS 98 (38.67% from 255) = 79.67%

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

R = 0.81%
G = 79.67%
B = 19.51%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.76

 K value IS 0.62

RGB Variations

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

Color information

#016218 (or 0x016218) is known color: Crusoe. HEX triplet: 01, 62 and 18. RGB value is (1,98,24). Sum of RGB (Red+Green+Blue) = 1+98+24=123 (16% of max value = 765). Red value is 1 (0.78% from 255 or 0.81% from 123); Green value is 98 (38.67% from 255 or 79.67% from 123); Blue value is 24 (9.77% from 255 or 19.51% from 123); Max value from RGB is 98 - color contains mainly: green. Hex color #016218 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #016218 is #FE9DE7. Grayscale: #3C3C3C. Windows color (decimal): -16686568 or 1597953. OLE color: 1597953.

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

Color convert

RGB 1 98 24 -
CMYK 0.99 0 0.76 0.62
HSL 134.23º 0.98% 0.19% -
HSV(B) 134.23º 0.99% 0.38% -
XYZ 4.55 8.81 2.32 -
YUV 60.56 107.36 85.52 -
System Red Green Blue C M Y K H S L
Decimal 1 98 24 0.99 0 0.76 0.62 134.23 0.98 0.19
Hex 1 62 18 63 0 4C 3E 86 62 13
Octal 1 142 30 143 0 114 76 206 142 23
Binary 1 1100010 11000 1100011 0 1001100 111110 10000110 1100010 10011

Color Harmonies of #016218

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #016218

Black with #016218

Text Example


Text Example

White with #016218

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #016218; }

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

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

background-color css

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

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

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

border-color css

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

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

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