Html Css Color HEX #016521 Crusoe

📋 copy color: '#016521'

red 1 ◦ green 101 ◦ blue 33

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

Shades of Crusoe #016521

Tints of Crusoe #016521

RGB

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

 GREEN value IS 101 (39.84% from 255) = 74.81%

 BLUE value IS 33 (13.28% from 255) = 24.44%

R = 0.74%
G = 74.81%
B = 24.44%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.67

 K value IS 0.60

RGB Variations

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

Color information

#016521 (or 0x016521) is known color: Crusoe. HEX triplet: 01, 65 and 21. RGB value is (1,101,33). Sum of RGB (Red+Green+Blue) = 1+101+33=135 (17% of max value = 765). Red value is 1 (0.78% from 255 or 0.74% from 135); Green value is 101 (39.84% from 255 or 74.81% from 135); Blue value is 33 (13.28% from 255 or 24.44% from 135); Max value from RGB is 101 - color contains mainly: green. Hex color #016521 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #016521 is #FE9ADE. Grayscale: #3F3F3F. Windows color (decimal): -16685791 or 2188545. OLE color: 2188545.

HSL color Cylindrical-coordinate representation of color #016521: hue angle of 139.2º degrees, saturation: 0.98, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #016521 is Cyan = 0.99, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.60.

Color convert

RGB 1 101 33 -
CMYK 0.99 0 0.67 0.60
HSL 139.2º 0.98% 0.2% -
HSV(B) 139.2º 0.99% 0.4% -
XYZ 4.94 9.42 3 -
YUV 63.35 110.87 83.53 -
System Red Green Blue C M Y K H S L
Decimal 1 101 33 0.99 0 0.67 0.60 139.2 0.98 0.2
Hex 1 65 21 63 0 43 3C 8B 62 14
Octal 1 145 41 143 0 103 74 213 142 24
Binary 1 1100101 100001 1100011 0 1000011 111100 10001011 1100010 10100

Color Harmonies of #016521

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #016521

Black with #016521

Text Example


Text Example

White with #016521

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #016521; }

 p { color: rgb(1,101,33); }

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

background-color css

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

 a { background-color: rgb(1,101,33); }

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

border-color css

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

 span { border-color: rgb(1,101,33); }

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