Html Css Color HEX #017529 Crusoe

📋 copy color: '#017529'

red 1 ◦ green 117 ◦ blue 41

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

Shades of Crusoe #017529

Tints of Crusoe #017529

RGB

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

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

 BLUE value IS 41 (16.41% from 255) = 25.79%

R = 0.63%
G = 73.58%
B = 25.79%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.65

 K value IS 0.54

RGB Variations

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

Color information

#017529 (or 0x017529) is known color: Crusoe. HEX triplet: 01, 75 and 29. RGB value is (1,117,41). Sum of RGB (Red+Green+Blue) = 1+117+41=159 (21% of max value = 765). Red value is 1 (0.78% from 255 or 0.63% from 159); Green value is 117 (46.09% from 255 or 73.58% from 159); Blue value is 41 (16.41% from 255 or 25.79% from 159); Max value from RGB is 117 - color contains mainly: green. Hex color #017529 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #017529 is #FE8AD6. Grayscale: #494949. Windows color (decimal): -16681687 or 2716929. OLE color: 2716929.

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

Color convert

RGB 1 117 41 -
CMYK 0.99 0 0.65 0.54
HSL 140.69º 0.98% 0.23% -
HSV(B) 140.69º 0.99% 0.46% -
XYZ 6.77 12.89 4.23 -
YUV 73.65 109.57 76.18 -
System Red Green Blue C M Y K H S L
Decimal 1 117 41 0.99 0 0.65 0.54 140.69 0.98 0.23
Hex 1 75 29 63 0 41 36 8D 62 17
Octal 1 165 51 143 0 101 66 215 142 27
Binary 1 1110101 101001 1100011 0 1000001 110110 10001101 1100010 10111

Color Harmonies of #017529

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #017529

Black with #017529

Text Example


Text Example

White with #017529

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #017529; }

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

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

background-color css

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

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

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

border-color css

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

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

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