Html Css Color HEX #017323 Crusoe

📋 copy color: '#017323'

red 1 ◦ green 115 ◦ blue 35

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

Shades of Crusoe #017323

Tints of Crusoe #017323

RGB

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

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

 BLUE value IS 35 (14.06% from 255) = 23.18%

R = 0.66%
G = 76.16%
B = 23.18%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.70

 K value IS 0.55

RGB Variations

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

Color information

#017323 (or 0x017323) is known color: Crusoe. HEX triplet: 01, 73 and 23. RGB value is (1,115,35). Sum of RGB (Red+Green+Blue) = 1+115+35=151 (20% of max value = 765). Red value is 1 (0.78% from 255 or 0.66% from 151); Green value is 115 (45.31% from 255 or 76.16% from 151); Blue value is 35 (14.06% from 255 or 23.18% from 151); Max value from RGB is 115 - color contains mainly: green. Hex color #017323 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #017323 is #FE8CDC. Grayscale: #474747. Windows color (decimal): -16682205 or 2323201. OLE color: 2323201.

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

Color convert

RGB 1 115 35 -
CMYK 0.99 0 0.70 0.55
HSL 137.89º 0.98% 0.23% -
HSV(B) 137.89º 0.99% 0.45% -
XYZ 6.45 12.39 3.64 -
YUV 71.79 107.23 77.5 -
System Red Green Blue C M Y K H S L
Decimal 1 115 35 0.99 0 0.70 0.55 137.89 0.98 0.23
Hex 1 73 23 63 0 46 37 8A 62 17
Octal 1 163 43 143 0 106 67 212 142 27
Binary 1 1110011 100011 1100011 0 1000110 110111 10001010 1100010 10111

Color Harmonies of #017323

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #017323

Black with #017323

Text Example


Text Example

White with #017323

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #017323; }

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

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

background-color css

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

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

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

border-color css

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

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

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