Html Css Color HEX #017622 Crusoe

📋 copy color: '#017622'

red 1 ◦ green 118 ◦ blue 34

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

Shades of Crusoe #017622

Tints of Crusoe #017622

RGB

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

 GREEN value IS 118 (46.48% from 255) = 77.12%

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

R = 0.65%
G = 77.12%
B = 22.22%

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

#017622 (or 0x017622) is known color: Crusoe. HEX triplet: 01, 76 and 22. RGB value is (1,118,34). Sum of RGB (Red+Green+Blue) = 1+118+34=153 (20% of max value = 765). Red value is 1 (0.78% from 255 or 0.65% from 153); Green value is 118 (46.48% from 255 or 77.12% from 153); Blue value is 34 (13.67% from 255 or 22.22% from 153); Max value from RGB is 118 - color contains mainly: green. Hex color #017622 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #017622 is #FE89DD. Grayscale: #494949. Windows color (decimal): -16681438 or 2258433. OLE color: 2258433.

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

Color convert

RGB 1 118 34 -
CMYK 0.99 0 0.71 0.54
HSL 136.92º 0.98% 0.23% -
HSV(B) 136.92º 0.99% 0.46% -
XYZ 6.78 13.08 3.68 -
YUV 73.44 105.74 76.33 -
System Red Green Blue C M Y K H S L
Decimal 1 118 34 0.99 0 0.71 0.54 136.92 0.98 0.23
Hex 1 76 22 63 0 47 36 89 62 17
Octal 1 166 42 143 0 107 66 211 142 27
Binary 1 1110110 100010 1100011 0 1000111 110110 10001001 1100010 10111

Color Harmonies of #017622

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #017622

Black with #017622

Text Example


Text Example

White with #017622

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #017622; }

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

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

background-color css

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

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

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

border-color css

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

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

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