#065D31

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

Shades of Crusoe #065D31

Tints of Crusoe #065D31

Color information

#065D31 (or 0x065D31) is unknown color: approx Crusoe. HEX triplet: 06, 5D and 31. RGB value is (6,93,49). Sum of RGB (Red+Green+Blue) = 6+93+49=148 (19% of max value = 765). Red value is 6 (2.73% from 255 or 4.05% from 148); Green value is 93 (36.72% from 255 or 62.84% from 148); Blue value is 49 (19.53% from 255 or 33.11% from 148); Max value from RGB is 93 - color contains mainly: green. Hex color #065D31 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #065D31 is #F9A2CE. Grayscale: #3E3E3E. Windows color (decimal): -16360143 or 3235078. OLE color: 3235078.

HSL color Cylindrical-coordinate representation of color #065D31: hue angle of 149.66º degrees, saturation: 0.88, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #065D31 is Cyan = 0.94, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.64.

Color convert

RGB69349-
CMYK0.9400.470.64
HSL149.66º87.88%19.41%-
HSV(B)149.66º93.55%36.47%-
XYZ4.548.094.23-
YUV61.97120.6888.08-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 4.05%
GREEN value IS 93 (36.72% from 255) = 62.84%
BLUE value IS 49 (19.53% from 255) = 33.11%
R=4.05%
G=62.84%
B=33.11%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal693490.9400.470.64149.6687.8819.41
Hex65D315E02F40965813
Octal61356113605710022613023
Binary110101110111000110111100101111100000010010110101100010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #065D31

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #065D31; }

 p { color: rgb(6,93,49); }

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

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

 a { background-color: rgb(6,93,49); }

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

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

 span { border-color: rgb(6,93,49); }

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