Html Css Color HEX #017320 Crusoe

📋 copy color: '#017320'

red 1 ◦ green 115 ◦ blue 32

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

Shades of Crusoe #017320

Tints of Crusoe #017320

RGB

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

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

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

R = 0.68%
G = 77.7%
B = 21.62%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.72

 K value IS 0.55

RGB Variations

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

Color information

#017320 (or 0x017320) is known color: Crusoe. HEX triplet: 01, 73 and 20. RGB value is (1,115,32). Sum of RGB (Red+Green+Blue) = 1+115+32=148 (19% of max value = 765). Red value is 1 (0.78% from 255 or 0.68% from 148); Green value is 115 (45.31% from 255 or 77.70% from 148); Blue value is 32 (12.89% from 255 or 21.62% from 148); Max value from RGB is 115 - color contains mainly: green. Hex color #017320 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #017320 is #FE8CDF. Grayscale: #474747. Windows color (decimal): -16682208 or 2126593. OLE color: 2126593.

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

Color convert

RGB 1 115 32 -
CMYK 0.99 0 0.72 0.55
HSL 136.32º 0.98% 0.23% -
HSV(B) 136.32º 0.99% 0.45% -
XYZ 6.4 12.37 3.42 -
YUV 71.45 105.73 77.75 -
System Red Green Blue C M Y K H S L
Decimal 1 115 32 0.99 0 0.72 0.55 136.32 0.98 0.23
Hex 1 73 20 63 0 48 37 88 62 17
Octal 1 163 40 143 0 110 67 210 142 27
Binary 1 1110011 100000 1100011 0 1001000 110111 10001000 1100010 10111

Color Harmonies of #017320

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #017320

Black with #017320

Text Example


Text Example

White with #017320

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #017320; }

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

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

background-color css

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

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

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

border-color css

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

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

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