Html Css Color HEX #017522 Crusoe

📋 copy color: '#017522'

red 1 ◦ green 117 ◦ blue 34

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

Shades of Crusoe #017522

Tints of Crusoe #017522

RGB

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

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

 BLUE value IS 34 (13.67% from 255) = 22.37%

R = 0.66%
G = 76.97%
B = 22.37%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.71

 K value IS 0.54

RGB Variations

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

Color information

#017522 (or 0x017522) is known color: Crusoe. HEX triplet: 01, 75 and 22. RGB value is (1,117,34). Sum of RGB (Red+Green+Blue) = 1+117+34=152 (20% of max value = 765). Red value is 1 (0.78% from 255 or 0.66% from 152); Green value is 117 (46.09% from 255 or 76.97% from 152); Blue value is 34 (13.67% from 255 or 22.37% from 152); Max value from RGB is 117 - color contains mainly: green. Hex color #017522 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #017522 is #FE8ADD. Grayscale: #494949. Windows color (decimal): -16681694 or 2258177. OLE color: 2258177.

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

Color convert

RGB 1 117 34 -
CMYK 0.99 0 0.71 0.54
HSL 137.07º 0.98% 0.23% -
HSV(B) 137.07º 0.99% 0.46% -
XYZ 6.66 12.84 3.64 -
YUV 72.85 106.07 76.75 -
System Red Green Blue C M Y K H S L
Decimal 1 117 34 0.99 0 0.71 0.54 137.07 0.98 0.23
Hex 1 75 22 63 0 47 36 89 62 17
Octal 1 165 42 143 0 107 66 211 142 27
Binary 1 1110101 100010 1100011 0 1000111 110110 10001001 1100010 10111

Color Harmonies of #017522

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #017522

Black with #017522

Text Example


Text Example

White with #017522

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #017522; }

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

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

background-color css

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

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

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

border-color css

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

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

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