Html Css Color HEX #016225 Crusoe

📋 copy color: '#016225'

red 1 ◦ green 98 ◦ blue 37

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

Shades of Crusoe #016225

Tints of Crusoe #016225

RGB

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

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

 BLUE value IS 37 (14.84% from 255) = 27.21%

R = 0.74%
G = 72.06%
B = 27.21%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.62

 K value IS 0.62

RGB Variations

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

Color information

#016225 (or 0x016225) is known color: Crusoe. HEX triplet: 01, 62 and 25. RGB value is (1,98,37). Sum of RGB (Red+Green+Blue) = 1+98+37=136 (18% of max value = 765). Red value is 1 (0.78% from 255 or 0.74% from 136); Green value is 98 (38.67% from 255 or 72.06% from 136); Blue value is 37 (14.84% from 255 or 27.21% from 136); Max value from RGB is 98 - color contains mainly: green. Hex color #016225 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #016225 is #FE9DDA. Grayscale: #3E3E3E. Windows color (decimal): -16686555 or 2449921. OLE color: 2449921.

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

Color convert

RGB 1 98 37 -
CMYK 0.99 0 0.62 0.62
HSL 142.27º 0.98% 0.19% -
HSV(B) 142.27º 0.99% 0.38% -
XYZ 4.71 8.88 3.21 -
YUV 62.04 113.86 84.46 -
System Red Green Blue C M Y K H S L
Decimal 1 98 37 0.99 0 0.62 0.62 142.27 0.98 0.19
Hex 1 62 25 63 0 3E 3E 8E 62 13
Octal 1 142 45 143 0 76 76 216 142 23
Binary 1 1100010 100101 1100011 0 111110 111110 10001110 1100010 10011

Color Harmonies of #016225

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #016225

Black with #016225

Text Example


Text Example

White with #016225

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #016225; }

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

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

background-color css

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

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

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

border-color css

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

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

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