Html Css Color HEX #017520 Crusoe

📋 copy color: '#017520'

red 1 ◦ green 117 ◦ blue 32

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

Shades of Crusoe #017520

Tints of Crusoe #017520

RGB

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

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

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

R = 0.67%
G = 78%
B = 21.33%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.73

 K value IS 0.54

RGB Variations

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

Color information

#017520 (or 0x017520) is known color: Crusoe. HEX triplet: 01, 75 and 20. RGB value is (1,117,32). Sum of RGB (Red+Green+Blue) = 1+117+32=150 (19% of max value = 765). Red value is 1 (0.78% from 255 or 0.67% from 150); Green value is 117 (46.09% from 255 or 78% from 150); Blue value is 32 (12.89% from 255 or 21.33% from 150); Max value from RGB is 117 - color contains mainly: green. Hex color #017520 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #017520 is #FE8ADF. Grayscale: #484848. Windows color (decimal): -16681696 or 2127105. OLE color: 2127105.

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

Color convert

RGB 1 117 32 -
CMYK 0.99 0 0.73 0.54
HSL 136.03º 0.98% 0.23% -
HSV(B) 136.03º 0.99% 0.46% -
XYZ 6.63 12.83 3.49 -
YUV 72.63 105.07 76.91 -
System Red Green Blue C M Y K H S L
Decimal 1 117 32 0.99 0 0.73 0.54 136.03 0.98 0.23
Hex 1 75 20 63 0 49 36 88 62 17
Octal 1 165 40 143 0 111 66 210 142 27
Binary 1 1110101 100000 1100011 0 1001001 110110 10001000 1100010 10111

Color Harmonies of #017520

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #017520

Black with #017520

Text Example


Text Example

White with #017520

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #017520; }

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

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

background-color css

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

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

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

border-color css

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

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

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