#05722A

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

Shades of Crusoe #05722A

Tints of Crusoe #05722A

Color information

#05722A (or 0x05722A) is unknown color: approx Crusoe. HEX triplet: 05, 72 and 2A. RGB value is (5,114,42). Sum of RGB (Red+Green+Blue) = 5+114+42=161 (21% of max value = 765). Red value is 5 (2.34% from 255 or 3.11% from 161); Green value is 114 (44.92% from 255 or 70.81% from 161); Blue value is 42 (16.80% from 255 or 26.09% from 161); Max value from RGB is 114 - color contains mainly: green. Hex color #05722A is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #05722A is #FA8DD5. Grayscale: #494949. Windows color (decimal): -16420310 or 2781701. OLE color: 2781701.

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

Color convert

RGB511442-
CMYK0.9600.630.55
HSL140.37º91.6%23.33%-
HSV(B)140.37º95.61%44.71%-
XYZ6.512.234.21-
YUV73.2110.3979.35-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 3.11%
GREEN value IS 114 (44.92% from 255) = 70.81%
BLUE value IS 42 (16.80% from 255) = 26.09%
R=3.11%
G=70.81%
B=26.09%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal5114420.9600.630.55140.3791.623.33
Hex5722A6003F378c5c17
Octal5162521400776721413427
Binary10111100101010101100000011111111011110001100101110010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #05722A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #05722A; }

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

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

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

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

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

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

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

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