#05702B

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

Shades of Crusoe #05702B

Tints of Crusoe #05702B

Color information

#05702B (or 0x05702B) is unknown color: approx Crusoe. HEX triplet: 05, 70 and 2B. RGB value is (5,112,43). Sum of RGB (Red+Green+Blue) = 5+112+43=160 (21% of max value = 765). Red value is 5 (2.34% from 255 or 3.12% from 160); Green value is 112 (44.14% from 255 or 70% from 160); Blue value is 43 (17.19% from 255 or 26.88% from 160); Max value from RGB is 112 - color contains mainly: green. Hex color #05702B is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #05702B is #FA8FD4. Grayscale: #484848. Windows color (decimal): -16420821 or 2846725. OLE color: 2846725.

HSL color Cylindrical-coordinate representation of color #05702B: hue angle of 141.31º degrees, saturation: 0.91, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #05702B is Cyan = 0.96, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.56.

Color convert

RGB511243-
CMYK0.9600.620.56
HSL141.31º91.45%22.94%-
HSV(B)141.31º95.54%43.92%-
XYZ6.2911.84.23-
YUV72.14111.5580.11-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 3.12%
GREEN value IS 112 (44.14% from 255) = 70%
BLUE value IS 43 (17.19% from 255) = 26.88%
R=3.12%
G=70%
B=26.88%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal5112430.9600.620.56141.3191.4522.94
Hex5702B6003E388d5b17
Octal5160531400767021513327
Binary10111100001010111100000011111011100010001101101101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #05702B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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