Html Css Color HEX #017327 Crusoe

📋 copy color: '#017327'

red 1 ◦ green 115 ◦ blue 39

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

Shades of Crusoe #017327

Tints of Crusoe #017327

RGB

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

 GREEN value IS 115 (45.31% from 255) = 74.19%

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

R = 0.65%
G = 74.19%
B = 25.16%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.66

 K value IS 0.55

RGB Variations

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

Color information

#017327 (or 0x017327) is known color: Crusoe. HEX triplet: 01, 73 and 27. RGB value is (1,115,39). Sum of RGB (Red+Green+Blue) = 1+115+39=155 (20% of max value = 765). Red value is 1 (0.78% from 255 or 0.65% from 155); Green value is 115 (45.31% from 255 or 74.19% from 155); Blue value is 39 (15.62% from 255 or 25.16% from 155); Max value from RGB is 115 - color contains mainly: green. Hex color #017327 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #017327 is #FE8CD8. Grayscale: #484848. Windows color (decimal): -16682201 or 2585345. OLE color: 2585345.

HSL color Cylindrical-coordinate representation of color #017327: hue angle of 140º degrees, saturation: 0.98, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #017327 is Cyan = 0.99, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.55.

Color convert

RGB 1 115 39 -
CMYK 0.99 0 0.66 0.55
HSL 140º 0.98% 0.23% -
HSV(B) 140º 0.99% 0.45% -
XYZ 6.51 12.41 3.97 -
YUV 72.25 109.23 77.18 -
System Red Green Blue C M Y K H S L
Decimal 1 115 39 0.99 0 0.66 0.55 140 0.98 0.23
Hex 1 73 27 63 0 42 37 8C 62 17
Octal 1 163 47 143 0 102 67 214 142 27
Binary 1 1110011 100111 1100011 0 1000010 110111 10001100 1100010 10111

Color Harmonies of #017327

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #017327

Black with #017327

Text Example


Text Example

White with #017327

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #017327; }

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

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

background-color css

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

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

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

border-color css

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

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

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