#05722C

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

Shades of Crusoe #05722C

Tints of Crusoe #05722C

Color information

#05722C (or 0x05722C) is unknown color: approx Crusoe. HEX triplet: 05, 72 and 2C. RGB value is (5,114,44). Sum of RGB (Red+Green+Blue) = 5+114+44=163 (21% of max value = 765). Red value is 5 (2.34% from 255 or 3.07% from 163); Green value is 114 (44.92% from 255 or 69.94% from 163); Blue value is 44 (17.58% from 255 or 26.99% from 163); Max value from RGB is 114 - color contains mainly: green. Hex color #05722C is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #05722C is #FA8DD3. Grayscale: #494949. Windows color (decimal): -16420308 or 2912773. OLE color: 2912773.

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

Color convert

RGB511444-
CMYK0.9600.610.55
HSL141.47º91.6%23.33%-
HSV(B)141.47º95.61%44.71%-
XYZ6.5312.254.4-
YUV73.43111.3979.19-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 3.07%
GREEN value IS 114 (44.92% from 255) = 69.94%
BLUE value IS 44 (17.58% from 255) = 26.99%
R=3.07%
G=69.94%
B=26.99%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal5114440.9600.610.55141.4791.623.33
Hex5722C6003D378d5c17
Octal5162541400756721513427
Binary10111100101011001100000011110111011110001101101110010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #05722C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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