Html Css Color HEX #017120 Crusoe

📋 copy color: '#017120'

red 1 ◦ green 113 ◦ blue 32

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

Shades of Crusoe #017120

Tints of Crusoe #017120

RGB

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

 GREEN value IS 113 (44.53% from 255) = 77.4%

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

R = 0.68%
G = 77.4%
B = 21.92%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.72

 K value IS 0.56

RGB Variations

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

Color information

#017120 (or 0x017120) is known color: Crusoe. HEX triplet: 01, 71 and 20. RGB value is (1,113,32). Sum of RGB (Red+Green+Blue) = 1+113+32=146 (19% of max value = 765). Red value is 1 (0.78% from 255 or 0.68% from 146); Green value is 113 (44.53% from 255 or 77.40% from 146); Blue value is 32 (12.89% from 255 or 21.92% from 146); Max value from RGB is 113 - color contains mainly: green. Hex color #017120 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #017120 is #FE8EDF. Grayscale: #464646. Windows color (decimal): -16682720 or 2126081. OLE color: 2126081.

HSL color Cylindrical-coordinate representation of color #017120: hue angle of 136.61º degrees, saturation: 0.98, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #017120 is Cyan = 0.99, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.56.

Color convert

RGB 1 113 32 -
CMYK 0.99 0 0.72 0.56
HSL 136.61º 0.98% 0.22% -
HSV(B) 136.61º 0.99% 0.44% -
XYZ 6.18 11.92 3.34 -
YUV 70.28 106.39 78.59 -
System Red Green Blue C M Y K H S L
Decimal 1 113 32 0.99 0 0.72 0.56 136.61 0.98 0.22
Hex 1 71 20 63 0 48 38 89 62 16
Octal 1 161 40 143 0 110 70 211 142 26
Binary 1 1110001 100000 1100011 0 1001000 111000 10001001 1100010 10110

Color Harmonies of #017120

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #017120

Black with #017120

Text Example


Text Example

White with #017120

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #017120; }

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

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

background-color css

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

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

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

border-color css

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

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

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