#065526

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

Shades of Crusoe #065526

Tints of Crusoe #065526

Color information

#065526 (or 0x065526) is unknown color: approx Crusoe. HEX triplet: 06, 55 and 26. RGB value is (6,85,38). Sum of RGB (Red+Green+Blue) = 6+85+38=129 (17% of max value = 765). Red value is 6 (2.73% from 255 or 4.65% from 129); Green value is 85 (33.59% from 255 or 65.89% from 129); Blue value is 38 (15.23% from 255 or 29.46% from 129); Max value from RGB is 85 - color contains mainly: green. Hex color #065526 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #065526 is #F9AAD9. Grayscale: #383838. Windows color (decimal): -16362202 or 2512134. OLE color: 2512134.

HSL color Cylindrical-coordinate representation of color #065526: hue angle of 144.3º 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 #065526 is Cyan = 0.93, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.67.

Color convert

RGB68538-
CMYK0.9300.550.67
HSL144.3º86.81%17.84%-
HSV(B)144.3º92.94%33.33%-
XYZ3.676.682.93-
YUV56.02117.8392.32-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 4.65%
GREEN value IS 85 (33.59% from 255) = 65.89%
BLUE value IS 38 (15.23% from 255) = 29.46%
R=4.65%
G=65.89%
B=29.46%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal685380.9300.550.67144.386.8117.84
Hex655265D03743905712
Octal61254613506710322012722
Binary110101010110011010111010110111100001110010000101011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #065526

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #065526; }

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

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

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

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

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

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

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

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