Html Css Color HEX #016020 Crusoe

📋 copy color: '#016020'

red 1 ◦ green 96 ◦ blue 32

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

Shades of Crusoe #016020

Tints of Crusoe #016020

RGB

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

 GREEN value IS 96 (37.89% from 255) = 74.42%

 BLUE value IS 32 (12.89% from 255) = 24.81%

R = 0.78%
G = 74.42%
B = 24.81%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.67

 K value IS 0.62

RGB Variations

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

Color information

#016020 (or 0x016020) is known color: Crusoe. HEX triplet: 01, 60 and 20. RGB value is (1,96,32). Sum of RGB (Red+Green+Blue) = 1+96+32=129 (17% of max value = 765). Red value is 1 (0.78% from 255 or 0.78% from 129); Green value is 96 (37.89% from 255 or 74.42% from 129); Blue value is 32 (12.89% from 255 or 24.81% from 129); Max value from RGB is 96 - color contains mainly: green. Hex color #016020 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #016020 is #FE9FDF. Grayscale: #3C3C3C. Windows color (decimal): -16687072 or 2121729. OLE color: 2121729.

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

Color convert

RGB 1 96 32 -
CMYK 0.99 0 0.67 0.62
HSL 139.58º 0.98% 0.19% -
HSV(B) 139.58º 0.99% 0.38% -
XYZ 4.46 8.48 2.77 -
YUV 60.3 112.03 85.7 -
System Red Green Blue C M Y K H S L
Decimal 1 96 32 0.99 0 0.67 0.62 139.58 0.98 0.19
Hex 1 60 20 63 0 43 3E 8C 62 13
Octal 1 140 40 143 0 103 76 214 142 23
Binary 1 1100000 100000 1100011 0 1000011 111110 10001100 1100010 10011

Color Harmonies of #016020

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #016020

Black with #016020

Text Example


Text Example

White with #016020

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #016020; }

 p { color: rgb(1,96,32); }

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

background-color css

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

 a { background-color: rgb(1,96,32); }

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

border-color css

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

 span { border-color: rgb(1,96,32); }

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