Html Css Color HEX #016227 Crusoe

📋 copy color: '#016227'

red 1 ◦ green 98 ◦ blue 39

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

Shades of Crusoe #016227

Tints of Crusoe #016227

RGB

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

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

 BLUE value IS 39 (15.63% from 255) = 28.26%

R = 0.72%
G = 71.01%
B = 28.26%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.60

 K value IS 0.62

RGB Variations

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

Color information

#016227 (or 0x016227) is known color: Crusoe. HEX triplet: 01, 62 and 27. RGB value is (1,98,39). Sum of RGB (Red+Green+Blue) = 1+98+39=138 (18% of max value = 765). Red value is 1 (0.78% from 255 or 0.72% from 138); Green value is 98 (38.67% from 255 or 71.01% from 138); Blue value is 39 (15.62% from 255 or 28.26% from 138); Max value from RGB is 98 - color contains mainly: green. Hex color #016227 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #016227 is #FE9DD8. Grayscale: #3E3E3E. Windows color (decimal): -16686553 or 2580993. OLE color: 2580993.

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

Color convert

RGB 1 98 39 -
CMYK 0.99 0 0.60 0.62
HSL 143.51º 0.98% 0.19% -
HSV(B) 143.51º 0.99% 0.38% -
XYZ 4.75 8.89 3.38 -
YUV 62.27 114.86 84.3 -
System Red Green Blue C M Y K H S L
Decimal 1 98 39 0.99 0 0.60 0.62 143.51 0.98 0.19
Hex 1 62 27 63 0 3C 3E 90 62 13
Octal 1 142 47 143 0 74 76 220 142 23
Binary 1 1100010 100111 1100011 0 111100 111110 10010000 1100010 10011

Color Harmonies of #016227

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #016227

Black with #016227

Text Example


Text Example

White with #016227

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #016227; }

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

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

background-color css

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

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

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

border-color css

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

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

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