Html Css Color HEX #016222 Crusoe

📋 copy color: '#016222'

red 1 ◦ green 98 ◦ blue 34

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

Shades of Crusoe #016222

Tints of Crusoe #016222

RGB

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

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

 BLUE value IS 34 (13.67% from 255) = 25.56%

R = 0.75%
G = 73.68%
B = 25.56%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.65

 K value IS 0.62

RGB Variations

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

Color information

#016222 (or 0x016222) is known color: Crusoe. HEX triplet: 01, 62 and 22. RGB value is (1,98,34). Sum of RGB (Red+Green+Blue) = 1+98+34=133 (17% of max value = 765). Red value is 1 (0.78% from 255 or 0.75% from 133); Green value is 98 (38.67% from 255 or 73.68% from 133); Blue value is 34 (13.67% from 255 or 25.56% from 133); Max value from RGB is 98 - color contains mainly: green. Hex color #016222 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #016222 is #FE9DDD. Grayscale: #3D3D3D. Windows color (decimal): -16686558 or 2253313. OLE color: 2253313.

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

Color convert

RGB 1 98 34 -
CMYK 0.99 0 0.65 0.62
HSL 140.41º 0.98% 0.19% -
HSV(B) 140.41º 0.99% 0.38% -
XYZ 4.67 8.86 2.98 -
YUV 61.7 112.36 84.7 -
System Red Green Blue C M Y K H S L
Decimal 1 98 34 0.99 0 0.65 0.62 140.41 0.98 0.19
Hex 1 62 22 63 0 41 3E 8C 62 13
Octal 1 142 42 143 0 101 76 214 142 23
Binary 1 1100010 100010 1100011 0 1000001 111110 10001100 1100010 10011

Color Harmonies of #016222

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #016222

Black with #016222

Text Example


Text Example

White with #016222

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #016222; }

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

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

background-color css

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

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

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

border-color css

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

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

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