#065428

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

Shades of Crusoe #065428

Tints of Crusoe #065428

Color information

#065428 (or 0x065428) is unknown color: approx Crusoe. HEX triplet: 06, 54 and 28. RGB value is (6,84,40). Sum of RGB (Red+Green+Blue) = 6+84+40=130 (17% of max value = 765). Red value is 6 (2.73% from 255 or 4.62% from 130); Green value is 84 (33.20% from 255 or 64.62% from 130); Blue value is 40 (16.02% from 255 or 30.77% from 130); Max value from RGB is 84 - color contains mainly: green. Hex color #065428 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #065428 is #F9ABD7. Grayscale: #373737. Windows color (decimal): -16362456 or 2642950. OLE color: 2642950.

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

Color convert

RGB68440-
CMYK0.9300.520.67
HSL146.15º86.67%17.65%-
HSV(B)146.15º92.86%32.94%-
XYZ3.636.533.08-
YUV55.66119.1692.58-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 4.62%
GREEN value IS 84 (33.20% from 255) = 64.62%
BLUE value IS 40 (16.02% from 255) = 30.77%
R=4.62%
G=64.62%
B=30.77%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal684400.9300.520.67146.1586.6717.65
Hex654285D03443925712
Octal61245013506410322212722
Binary110101010010100010111010110100100001110010010101011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #065428

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #065428; }

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

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

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

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

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

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

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

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