Html Css Color HEX #016224 Crusoe

📋 copy color: '#016224'

red 1 ◦ green 98 ◦ blue 36

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

Shades of Crusoe #016224

Tints of Crusoe #016224

RGB

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

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

 BLUE value IS 36 (14.45% from 255) = 26.67%

R = 0.74%
G = 72.59%
B = 26.67%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.63

 K value IS 0.62

RGB Variations

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

Color information

#016224 (or 0x016224) is known color: Crusoe. HEX triplet: 01, 62 and 24. RGB value is (1,98,36). Sum of RGB (Red+Green+Blue) = 1+98+36=135 (17% of max value = 765). Red value is 1 (0.78% from 255 or 0.74% from 135); Green value is 98 (38.67% from 255 or 72.59% from 135); Blue value is 36 (14.45% from 255 or 26.67% from 135); Max value from RGB is 98 - color contains mainly: green. Hex color #016224 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #016224 is #FE9DDB. Grayscale: #3E3E3E. Windows color (decimal): -16686556 or 2384385. OLE color: 2384385.

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

Color convert

RGB 1 98 36 -
CMYK 0.99 0 0.63 0.62
HSL 141.65º 0.98% 0.19% -
HSV(B) 141.65º 0.99% 0.38% -
XYZ 4.7 8.87 3.13 -
YUV 61.93 113.36 84.54 -
System Red Green Blue C M Y K H S L
Decimal 1 98 36 0.99 0 0.63 0.62 141.65 0.98 0.19
Hex 1 62 24 63 0 3F 3E 8E 62 13
Octal 1 142 44 143 0 77 76 216 142 23
Binary 1 1100010 100100 1100011 0 111111 111110 10001110 1100010 10011

Color Harmonies of #016224

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #016224

Black with #016224

Text Example


Text Example

White with #016224

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #016224; }

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

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

background-color css

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

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

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

border-color css

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

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

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