#05721E

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

Shades of Crusoe #05721E

Tints of Crusoe #05721E

Color information

#05721E (or 0x05721E) is unknown color: approx Crusoe. HEX triplet: 05, 72 and 1E. RGB value is (5,114,30). Sum of RGB (Red+Green+Blue) = 5+114+30=149 (19% of max value = 765). Red value is 5 (2.34% from 255 or 3.36% from 149); Green value is 114 (44.92% from 255 or 76.51% from 149); Blue value is 30 (12.11% from 255 or 20.13% from 149); Max value from RGB is 114 - color contains mainly: green. Hex color #05721E is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #05721E is #FA8DE1. Grayscale: #484848. Windows color (decimal): -16420322 or 1995269. OLE color: 1995269.

HSL color Cylindrical-coordinate representation of color #05721E: hue angle of 133.76º 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 #05721E is Cyan = 0.96, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.55.

Color convert

RGB511430-
CMYK0.9600.740.55
HSL133.76º91.6%23.33%-
HSV(B)133.76º95.61%44.71%-
XYZ6.3112.163.24-
YUV71.83104.3980.33-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 3.36%
GREEN value IS 114 (44.92% from 255) = 76.51%
BLUE value IS 30 (12.11% from 255) = 20.13%
R=3.36%
G=76.51%
B=20.13%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0
Y (Yellow) values IS 0.74
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal5114300.9600.740.55133.7691.623.33
Hex5721E6004A37865c17
Octal51623614001126720613427
Binary10111100101111011000000100101011011110000110101110010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #05721E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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