Html Css Color HEX #01722C Crusoe

📋 copy color: '#01722C'

red 1 ◦ green 114 ◦ blue 44

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

Shades of Crusoe #01722C

Tints of Crusoe #01722C

RGB

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

 GREEN value IS 114 (44.92% from 255) = 71.7%

 BLUE value IS 44 (17.58% from 255) = 27.67%

R = 0.63%
G = 71.7%
B = 27.67%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.61

 K value IS 0.55

RGB Variations

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

Color information

#01722C (or 0x01722C) is known color: Crusoe. HEX triplet: 01, 72 and 2C. RGB value is (1,114,44). Sum of RGB (Red+Green+Blue) = 1+114+44=159 (21% of max value = 765). Red value is 1 (0.78% from 255 or 0.63% from 159); Green value is 114 (44.92% from 255 or 71.70% from 159); Blue value is 44 (17.58% from 255 or 27.67% from 159); Max value from RGB is 114 - color contains mainly: green. Hex color #01722C is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #01722C is #FE8DD3. Grayscale: #484848. Windows color (decimal): -16682452 or 2912769. OLE color: 2912769.

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

Color convert

RGB 1 114 44 -
CMYK 0.99 0 0.61 0.55
HSL 142.83º 0.98% 0.23% -
HSV(B) 142.83º 0.99% 0.45% -
XYZ 6.48 12.22 4.4 -
YUV 72.23 112.06 77.19 -
System Red Green Blue C M Y K H S L
Decimal 1 114 44 0.99 0 0.61 0.55 142.83 0.98 0.23
Hex 1 72 2C 63 0 3D 37 8F 62 17
Octal 1 162 54 143 0 75 67 217 142 27
Binary 1 1110010 101100 1100011 0 111101 110111 10001111 1100010 10111

Color Harmonies of #01722C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01722C

Black with #01722C

Text Example


Text Example

White with #01722C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #01722C; }

 p { color: rgb(1,114,44); }

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

background-color css

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

 a { background-color: rgb(1,114,44); }

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

border-color css

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

 span { border-color: rgb(1,114,44); }

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