#05681A

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

Shades of Crusoe #05681A

Tints of Crusoe #05681A

Color information

#05681A (or 0x05681A) is unknown color: approx Crusoe. HEX triplet: 05, 68 and 1A. RGB value is (5,104,26). Sum of RGB (Red+Green+Blue) = 5+104+26=135 (17% of max value = 765). Red value is 5 (2.34% from 255 or 3.70% from 135); Green value is 104 (41.02% from 255 or 77.04% from 135); Blue value is 26 (10.55% from 255 or 19.26% from 135); Max value from RGB is 104 - color contains mainly: green. Hex color #05681A is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #05681A is #FA97E5. Grayscale: #414141. Windows color (decimal): -16422886 or 1730565. OLE color: 1730565.

HSL color Cylindrical-coordinate representation of color #05681A: hue angle of 132.73º degrees, saturation: 0.91, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #05681A is Cyan = 0.95, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.59.

Color convert

RGB510426-
CMYK0.9500.750.59
HSL132.73º90.83%21.37%-
HSV(B)132.73º95.19%40.78%-
XYZ5.210.012.63-
YUV65.51105.784.84-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 3.70%
GREEN value IS 104 (41.02% from 255) = 77.04%
BLUE value IS 26 (10.55% from 255) = 19.26%
R=3.70%
G=77.04%
B=19.26%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal5104260.9500.750.59132.7390.8321.37
Hex5681A5F04B3B855b15
Octal51503213701137320513325
Binary10111010001101010111110100101111101110000101101101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #05681A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(5,104,26); }

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

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

 a { background-color: rgb(5,104,26); }

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

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

 span { border-color: rgb(5,104,26); }

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