#05691B

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

Shades of Crusoe #05691B

Tints of Crusoe #05691B

Color information

#05691B (or 0x05691B) is unknown color: approx Crusoe. HEX triplet: 05, 69 and 1B. RGB value is (5,105,27). Sum of RGB (Red+Green+Blue) = 5+105+27=137 (18% of max value = 765). Red value is 5 (2.34% from 255 or 3.65% from 137); Green value is 105 (41.41% from 255 or 76.64% from 137); Blue value is 27 (10.94% from 255 or 19.71% from 137); Max value from RGB is 105 - color contains mainly: green. Hex color #05691B is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #05691B is #FA96E4. Grayscale: #424242. Windows color (decimal): -16422629 or 1796357. OLE color: 1796357.

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

Color convert

RGB510527-
CMYK0.9500.740.59
HSL133.2º90.91%21.57%-
HSV(B)133.2º95.24%41.18%-
XYZ5.3110.212.73-
YUV66.21105.8784.34-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 3.65%
GREEN value IS 105 (41.41% from 255) = 76.64%
BLUE value IS 27 (10.94% from 255) = 19.71%
R=3.65%
G=76.64%
B=19.71%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0
Y (Yellow) values IS 0.74
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal5105270.9500.740.59133.290.9121.57
Hex5691B5F04A3B855b16
Octal51513313701127320513326
Binary10111010011101110111110100101011101110000101101101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #05691B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(5,105,27); }

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

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

 a { background-color: rgb(5,105,27); }

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

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

 span { border-color: rgb(5,105,27); }

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