#05722B

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

Shades of Crusoe #05722B

Tints of Crusoe #05722B

Color information

#05722B (or 0x05722B) is unknown color: approx Crusoe. HEX triplet: 05, 72 and 2B. RGB value is (5,114,43). Sum of RGB (Red+Green+Blue) = 5+114+43=162 (21% of max value = 765). Red value is 5 (2.34% from 255 or 3.09% from 162); Green value is 114 (44.92% from 255 or 70.37% from 162); Blue value is 43 (17.19% from 255 or 26.54% from 162); Max value from RGB is 114 - color contains mainly: green. Hex color #05722B is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #05722B is #FA8DD4. Grayscale: #494949. Windows color (decimal): -16420309 or 2847237. OLE color: 2847237.

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

Color convert

RGB511443-
CMYK0.9600.620.55
HSL140.92º91.6%23.33%-
HSV(B)140.92º95.61%44.71%-
XYZ6.5212.244.3-
YUV73.32110.8979.27-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 3.09%
GREEN value IS 114 (44.92% from 255) = 70.37%
BLUE value IS 43 (17.19% from 255) = 26.54%
R=3.09%
G=70.37%
B=26.54%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal5114430.9600.620.55140.9291.623.33
Hex5722B6003E378d5c17
Octal5162531400766721513427
Binary10111100101010111100000011111011011110001101101110010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #05722B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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