Html Css Color HEX #017321 Crusoe

📋 copy color: '#017321'

red 1 ◦ green 115 ◦ blue 33

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

Shades of Crusoe #017321

Tints of Crusoe #017321

RGB

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

 GREEN value IS 115 (45.31% from 255) = 77.18%

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

R = 0.67%
G = 77.18%
B = 22.15%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.71

 K value IS 0.55

RGB Variations

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

Color information

#017321 (or 0x017321) is known color: Crusoe. HEX triplet: 01, 73 and 21. RGB value is (1,115,33). Sum of RGB (Red+Green+Blue) = 1+115+33=149 (19% of max value = 765). Red value is 1 (0.78% from 255 or 0.67% from 149); Green value is 115 (45.31% from 255 or 77.18% from 149); Blue value is 33 (13.28% from 255 or 22.15% from 149); Max value from RGB is 115 - color contains mainly: green. Hex color #017321 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #017321 is #FE8CDE. Grayscale: #474747. Windows color (decimal): -16682207 or 2192129. OLE color: 2192129.

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

Color convert

RGB 1 115 33 -
CMYK 0.99 0 0.71 0.55
HSL 136.84º 0.98% 0.23% -
HSV(B) 136.84º 0.99% 0.45% -
XYZ 6.42 12.38 3.49 -
YUV 71.57 106.23 77.67 -
System Red Green Blue C M Y K H S L
Decimal 1 115 33 0.99 0 0.71 0.55 136.84 0.98 0.23
Hex 1 73 21 63 0 47 37 89 62 17
Octal 1 163 41 143 0 107 67 211 142 27
Binary 1 1110011 100001 1100011 0 1000111 110111 10001001 1100010 10111

Color Harmonies of #017321

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #017321

Black with #017321

Text Example


Text Example

White with #017321

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #017321; }

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

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

background-color css

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

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

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

border-color css

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

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

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