#05721F

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

Shades of Crusoe #05721F

Tints of Crusoe #05721F

Color information

#05721F (or 0x05721F) is unknown color: approx Crusoe. HEX triplet: 05, 72 and 1F. RGB value is (5,114,31). Sum of RGB (Red+Green+Blue) = 5+114+31=150 (19% of max value = 765). Red value is 5 (2.34% from 255 or 3.33% from 150); Green value is 114 (44.92% from 255 or 76% from 150); Blue value is 31 (12.5% from 255 or 20.67% from 150); Max value from RGB is 114 - color contains mainly: green. Hex color #05721F is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #05721F is #FA8DE0. Grayscale: #484848. Windows color (decimal): -16420321 or 2060805. OLE color: 2060805.

HSL color Cylindrical-coordinate representation of color #05721F: hue angle of 134.31º degrees, saturation: 0.92, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #05721F is Cyan = 0.96, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.55.

Color convert

RGB511431-
CMYK0.9600.730.55
HSL134.31º91.6%23.33%-
HSV(B)134.31º95.61%44.71%-
XYZ6.3312.173.31-
YUV71.95104.8980.25-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 3.33%
GREEN value IS 114 (44.92% from 255) = 76%
BLUE value IS 31 (12.5% from 255) = 20.67%
R=3.33%
G=76%
B=20.67%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0
Y (Yellow) values IS 0.73
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal5114310.9600.730.55134.3191.623.33
Hex5721F6004937865c17
Octal51623714001116720613427
Binary10111100101111111000000100100111011110000110101110010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #05721F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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