Html Css Color HEX #017620 Crusoe

📋 copy color: '#017620'

red 1 ◦ green 118 ◦ blue 32

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

Shades of Crusoe #017620

Tints of Crusoe #017620

RGB

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

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

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

R = 0.66%
G = 78.15%
B = 21.19%

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

#017620 (or 0x017620) is known color: Crusoe. HEX triplet: 01, 76 and 20. RGB value is (1,118,32). Sum of RGB (Red+Green+Blue) = 1+118+32=151 (20% of max value = 765). Red value is 1 (0.78% from 255 or 0.66% from 151); Green value is 118 (46.48% from 255 or 78.15% from 151); Blue value is 32 (12.89% from 255 or 21.19% from 151); Max value from RGB is 118 - color contains mainly: green. Hex color #017620 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #017620 is #FE89DF. Grayscale: #494949. Windows color (decimal): -16681440 or 2127361. OLE color: 2127361.

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

Color convert

RGB 1 118 32 -
CMYK 0.99 0 0.73 0.54
HSL 135.9º 0.98% 0.23% -
HSV(B) 135.9º 0.99% 0.46% -
XYZ 6.75 13.07 3.53 -
YUV 73.21 104.74 76.49 -
System Red Green Blue C M Y K H S L
Decimal 1 118 32 0.99 0 0.73 0.54 135.9 0.98 0.23
Hex 1 76 20 63 0 49 36 88 62 17
Octal 1 166 40 143 0 111 66 210 142 27
Binary 1 1110110 100000 1100011 0 1001001 110110 10001000 1100010 10111

Color Harmonies of #017620

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #017620

Black with #017620

Text Example


Text Example

White with #017620

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #017620; }

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

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

background-color css

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

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

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

border-color css

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

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

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