Html Css Color HEX #01711F Crusoe

📋 copy color: '#01711F'

red 1 ◦ green 113 ◦ blue 31

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

Shades of Crusoe #01711F

Tints of Crusoe #01711F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 21.38%

R = 0.69%
G = 77.93%
B = 21.38%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.73

 K value IS 0.56

RGB Variations

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

Color information

#01711F (or 0x01711F) is known color: Crusoe. HEX triplet: 01, 71 and 1F. RGB value is (1,113,31). Sum of RGB (Red+Green+Blue) = 1+113+31=145 (19% of max value = 765). Red value is 1 (0.78% from 255 or 0.69% from 145); Green value is 113 (44.53% from 255 or 77.93% from 145); Blue value is 31 (12.5% from 255 or 21.38% from 145); Max value from RGB is 113 - color contains mainly: green. Hex color #01711F is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #01711F is #FE8EE0. Grayscale: #464646. Windows color (decimal): -16682721 or 2060545. OLE color: 2060545.

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

Color convert

RGB 1 113 31 -
CMYK 0.99 0 0.73 0.56
HSL 136.07º 0.98% 0.22% -
HSV(B) 136.07º 0.99% 0.44% -
XYZ 6.16 11.92 3.27 -
YUV 70.16 105.89 78.67 -
System Red Green Blue C M Y K H S L
Decimal 1 113 31 0.99 0 0.73 0.56 136.07 0.98 0.22
Hex 1 71 1F 63 0 49 38 88 62 16
Octal 1 161 37 143 0 111 70 210 142 26
Binary 1 1110001 11111 1100011 0 1001001 111000 10001000 1100010 10110

Color Harmonies of #01711F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01711F

Black with #01711F

Text Example


Text Example

White with #01711F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #01711F; }

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

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

background-color css

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

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

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

border-color css

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

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

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