Html Css Color HEX #017127 Crusoe

📋 copy color: '#017127'

red 1 ◦ green 113 ◦ blue 39

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

Shades of Crusoe #017127

Tints of Crusoe #017127

RGB

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

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

 BLUE value IS 39 (15.63% from 255) = 25.49%

R = 0.65%
G = 73.86%
B = 25.49%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.65

 K value IS 0.56

RGB Variations

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

Color information

#017127 (or 0x017127) is known color: Crusoe. HEX triplet: 01, 71 and 27. RGB value is (1,113,39). Sum of RGB (Red+Green+Blue) = 1+113+39=153 (20% of max value = 765). Red value is 1 (0.78% from 255 or 0.65% from 153); Green value is 113 (44.53% from 255 or 73.86% from 153); Blue value is 39 (15.62% from 255 or 25.49% from 153); Max value from RGB is 113 - color contains mainly: green. Hex color #017127 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #017127 is #FE8ED8. Grayscale: #474747. Windows color (decimal): -16682713 or 2584833. OLE color: 2584833.

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

Color convert

RGB 1 113 39 -
CMYK 0.99 0 0.65 0.56
HSL 140.36º 0.98% 0.22% -
HSV(B) 140.36º 0.99% 0.44% -
XYZ 6.28 11.96 3.9 -
YUV 71.08 109.89 78.02 -
System Red Green Blue C M Y K H S L
Decimal 1 113 39 0.99 0 0.65 0.56 140.36 0.98 0.22
Hex 1 71 27 63 0 41 38 8C 62 16
Octal 1 161 47 143 0 101 70 214 142 26
Binary 1 1110001 100111 1100011 0 1000001 111000 10001100 1100010 10110

Color Harmonies of #017127

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #017127

Black with #017127

Text Example


Text Example

White with #017127

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #017127; }

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

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

background-color css

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

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

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

border-color css

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

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

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