#06582F

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

Shades of Crusoe #06582F

Tints of Crusoe #06582F

Color information

#06582F (or 0x06582F) is unknown color: approx Crusoe. HEX triplet: 06, 58 and 2F. RGB value is (6,88,47). Sum of RGB (Red+Green+Blue) = 6+88+47=141 (18% of max value = 765). Red value is 6 (2.73% from 255 or 4.26% from 141); Green value is 88 (34.77% from 255 or 62.41% from 141); Blue value is 47 (18.75% from 255 or 33.33% from 141); Max value from RGB is 88 - color contains mainly: green. Hex color #06582F is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #06582F is #F9A7D0. Grayscale: #3A3A3A. Windows color (decimal): -16361425 or 3102726. OLE color: 3102726.

HSL color Cylindrical-coordinate representation of color #06582F: hue angle of 150º degrees, saturation: 0.87, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #06582F is Cyan = 0.93, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.65.

Color convert

RGB68847-
CMYK0.9300.470.65
HSL150º87.23%18.43%-
HSV(B)150º93.18%34.51%-
XYZ4.087.223.87-
YUV58.81121.3390.33-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 4.26%
GREEN value IS 88 (34.77% from 255) = 62.41%
BLUE value IS 47 (18.75% from 255) = 33.33%
R=4.26%
G=62.41%
B=33.33%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal688470.9300.470.6515087.2318.43
Hex6582F5D02F41965712
Octal61305713505710122612722
Binary110101100010111110111010101111100000110010110101011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #06582F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(6,88,47); }

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

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

 a { background-color: rgb(6,88,47); }

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

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

 span { border-color: rgb(6,88,47); }

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