#05692F

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

Shades of Crusoe #05692F

Tints of Crusoe #05692F

Color information

#05692F (or 0x05692F) is unknown color: approx Crusoe. HEX triplet: 05, 69 and 2F. RGB value is (5,105,47). Sum of RGB (Red+Green+Blue) = 5+105+47=157 (20% of max value = 765). Red value is 5 (2.34% from 255 or 3.18% from 157); Green value is 105 (41.41% from 255 or 66.88% from 157); Blue value is 47 (18.75% from 255 or 29.94% from 157); Max value from RGB is 105 - color contains mainly: green. Hex color #05692F is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #05692F is #FA96D0. Grayscale: #444444. Windows color (decimal): -16422609 or 3107077. OLE color: 3107077.

HSL color Cylindrical-coordinate representation of color #05692F: hue angle of 145.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 #05692F is Cyan = 0.95, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.59.

Color convert

RGB510547-
CMYK0.9500.550.59
HSL145.2º90.91%21.57%-
HSV(B)145.2º95.24%41.18%-
XYZ5.6310.344.39-
YUV68.49115.8782.72-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 3.18%
GREEN value IS 105 (41.41% from 255) = 66.88%
BLUE value IS 47 (18.75% from 255) = 29.94%
R=3.18%
G=66.88%
B=29.94%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal5105470.9500.550.59145.290.9121.57
Hex5692F5F0373B915b16
Octal5151571370677322113326
Binary10111010011011111011111011011111101110010001101101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #05692F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #05692F; }

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

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

<style>
 a { background-color: #05692F; }

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

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

<style>
 span { border-color: #05692F; }

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

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