Html Css Color HEX #016223 Crusoe

📋 copy color: '#016223'

red 1 ◦ green 98 ◦ blue 35

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

Shades of Crusoe #016223

Tints of Crusoe #016223

RGB

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

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

 BLUE value IS 35 (14.06% from 255) = 26.12%

R = 0.75%
G = 73.13%
B = 26.12%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.64

 K value IS 0.62

RGB Variations

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

Color information

#016223 (or 0x016223) is known color: Crusoe. HEX triplet: 01, 62 and 23. RGB value is (1,98,35). Sum of RGB (Red+Green+Blue) = 1+98+35=134 (17% of max value = 765). Red value is 1 (0.78% from 255 or 0.75% from 134); Green value is 98 (38.67% from 255 or 73.13% from 134); Blue value is 35 (14.06% from 255 or 26.12% from 134); Max value from RGB is 98 - color contains mainly: green. Hex color #016223 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #016223 is #FE9DDC. Grayscale: #3D3D3D. Windows color (decimal): -16686557 or 2318849. OLE color: 2318849.

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

Color convert

RGB 1 98 35 -
CMYK 0.99 0 0.64 0.62
HSL 141.03º 0.98% 0.19% -
HSV(B) 141.03º 0.99% 0.38% -
XYZ 4.68 8.86 3.05 -
YUV 61.82 112.86 84.62 -
System Red Green Blue C M Y K H S L
Decimal 1 98 35 0.99 0 0.64 0.62 141.03 0.98 0.19
Hex 1 62 23 63 0 40 3E 8D 62 13
Octal 1 142 43 143 0 100 76 215 142 23
Binary 1 1100010 100011 1100011 0 1000000 111110 10001101 1100010 10011

Color Harmonies of #016223

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #016223

Black with #016223

Text Example


Text Example

White with #016223

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #016223; }

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

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

background-color css

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

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

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

border-color css

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

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

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