#01721F

Color #01721F Crusoe (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Crusoe #01721F

Tints of Crusoe #01721F

Color information

#01721F (or 0x01721F) is unknown color: approx Crusoe. HEX triplet: 01, 72 and 1F. RGB value is (1,114,31). Sum of RGB (Red+Green+Blue) = 1+114+31=146 (19% of max value = 765). Red value is 1 (0.78% from 255 or 0.68% from 146); Green value is 114 (44.92% from 255 or 78.08% from 146); Blue value is 31 (12.5% from 255 or 21.23% from 146); Max value from RGB is 114 - color contains mainly: green. Hex color #01721F is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #01721F is #FE8DE0. Grayscale: #464646. Windows color (decimal): -16682465 or 2060801. OLE color: 2060801.

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

Color convert

RGB111431-
CMYK0.9900.730.55
HSL135.93º98.26%22.55%-
HSV(B)135.93º99.12%44.71%-
XYZ6.2812.143.31-
YUV70.75105.5678.25-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.68%
GREEN value IS 114 (44.92% from 255) = 78.08%
BLUE value IS 31 (12.5% from 255) = 21.23%
R=0.68%
G=78.08%
B=21.23%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0
Y (Yellow) values IS 0.73
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1114310.9900.730.55135.9398.2622.55
Hex1721F6304937886217
Octal11623714301116721014227
Binary111100101111111000110100100111011110001000110001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #01721F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #01721F;
 }
 .AnyTagClassName
 {
   color: #01721F;
 }
</style>
background-color css

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

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

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

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

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

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