#065527

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

Shades of Crusoe #065527

Tints of Crusoe #065527

Color information

#065527 (or 0x065527) is unknown color: approx Crusoe. HEX triplet: 06, 55 and 27. RGB value is (6,85,39). Sum of RGB (Red+Green+Blue) = 6+85+39=130 (17% of max value = 765). Red value is 6 (2.73% from 255 or 4.62% from 130); Green value is 85 (33.59% from 255 or 65.38% from 130); Blue value is 39 (15.62% from 255 or 30% from 130); Max value from RGB is 85 - color contains mainly: green. Hex color #065527 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #065527 is #F9AAD8. Grayscale: #383838. Windows color (decimal): -16362201 or 2577670. OLE color: 2577670.

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

Color convert

RGB68539-
CMYK0.9300.540.67
HSL145.06º86.81%17.84%-
HSV(B)145.06º92.94%33.33%-
XYZ3.696.683.01-
YUV56.13118.3392.24-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 4.62%
GREEN value IS 85 (33.59% from 255) = 65.38%
BLUE value IS 39 (15.62% from 255) = 30%
R=4.62%
G=65.38%
B=30%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal685390.9300.540.67145.0686.8117.84
Hex655275D03643915712
Octal61254713506610322112722
Binary110101010110011110111010110110100001110010001101011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #065527

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #065527; }

 p { color: rgb(6,85,39); }

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

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

 a { background-color: rgb(6,85,39); }

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

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

 span { border-color: rgb(6,85,39); }

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