#065728

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

Shades of Crusoe #065728

Tints of Crusoe #065728

Color information

#065728 (or 0x065728) is unknown color: approx Crusoe. HEX triplet: 06, 57 and 28. RGB value is (6,87,40). Sum of RGB (Red+Green+Blue) = 6+87+40=133 (17% of max value = 765). Red value is 6 (2.73% from 255 or 4.51% from 133); Green value is 87 (34.38% from 255 or 65.41% from 133); Blue value is 40 (16.02% from 255 or 30.08% from 133); Max value from RGB is 87 - color contains mainly: green. Hex color #065728 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #065728 is #F9A8D7. Grayscale: #393939. Windows color (decimal): -16361688 or 2643718. OLE color: 2643718.

HSL color Cylindrical-coordinate representation of color #065728: hue angle of 145.19º degrees, saturation: 0.87, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #065728 is Cyan = 0.93, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.66.

Color convert

RGB68740-
CMYK0.9300.540.66
HSL145.19º87.1%18.24%-
HSV(B)145.19º93.1%34.12%-
XYZ3.877.013.16-
YUV57.42118.1691.32-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 4.51%
GREEN value IS 87 (34.38% from 255) = 65.41%
BLUE value IS 40 (16.02% from 255) = 30.08%
R=4.51%
G=65.41%
B=30.08%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal687400.9300.540.66145.1987.118.24
Hex657285D03642915712
Octal61275013506610222112722
Binary110101011110100010111010110110100001010010001101011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #065728

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #065728; }

 p { color: rgb(6,87,40); }

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

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

 a { background-color: rgb(6,87,40); }

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

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

 span { border-color: rgb(6,87,40); }

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