Html Css Color HEX #017521 Crusoe

📋 copy color: '#017521'

red 1 ◦ green 117 ◦ blue 33

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

Shades of Crusoe #017521

Tints of Crusoe #017521

RGB

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

 GREEN value IS 117 (46.09% from 255) = 77.48%

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

R = 0.66%
G = 77.48%
B = 21.85%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.72

 K value IS 0.54

RGB Variations

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

Color information

#017521 (or 0x017521) is known color: Crusoe. HEX triplet: 01, 75 and 21. RGB value is (1,117,33). Sum of RGB (Red+Green+Blue) = 1+117+33=151 (20% of max value = 765). Red value is 1 (0.78% from 255 or 0.66% from 151); Green value is 117 (46.09% from 255 or 77.48% from 151); Blue value is 33 (13.28% from 255 or 21.85% from 151); Max value from RGB is 117 - color contains mainly: green. Hex color #017521 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #017521 is #FE8ADE. Grayscale: #484848. Windows color (decimal): -16681695 or 2192641. OLE color: 2192641.

HSL color Cylindrical-coordinate representation of color #017521: hue angle of 136.55º degrees, saturation: 0.98, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #017521 is Cyan = 0.99, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.54.

Color convert

RGB 1 117 33 -
CMYK 0.99 0 0.72 0.54
HSL 136.55º 0.98% 0.23% -
HSV(B) 136.55º 0.99% 0.46% -
XYZ 6.65 12.84 3.57 -
YUV 72.74 105.57 76.83 -
System Red Green Blue C M Y K H S L
Decimal 1 117 33 0.99 0 0.72 0.54 136.55 0.98 0.23
Hex 1 75 21 63 0 48 36 89 62 17
Octal 1 165 41 143 0 110 66 211 142 27
Binary 1 1110101 100001 1100011 0 1001000 110110 10001001 1100010 10111

Color Harmonies of #017521

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #017521

Black with #017521

Text Example


Text Example

White with #017521

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #017521; }

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

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

background-color css

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

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

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

border-color css

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

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

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