#065214

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

Shades of Crusoe #065214

Tints of Crusoe #065214

Color information

#065214 (or 0x065214) is unknown color: approx Crusoe. HEX triplet: 06, 52 and 14. RGB value is (6,82,20). Sum of RGB (Red+Green+Blue) = 6+82+20=108 (14% of max value = 765). Red value is 6 (2.73% from 255 or 5.56% from 108); Green value is 82 (32.42% from 255 or 75.93% from 108); Blue value is 20 (8.20% from 255 or 18.52% from 108); Max value from RGB is 82 - color contains mainly: green. Hex color #065214 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #065214 is #F9ADEB. Grayscale: #343434. Windows color (decimal): -16362988 or 1331718. OLE color: 1331718.

HSL color Cylindrical-coordinate representation of color #065214: hue angle of 131.05º degrees, saturation: 0.86, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #065214 is Cyan = 0.93, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.68.

Color convert

RGB68220-
CMYK0.9300.760.68
HSL131.05º86.36%17.25%-
HSV(B)131.05º92.68%32.16%-
XYZ3.226.121.67-
YUV52.21109.8295.04-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 5.56%
GREEN value IS 82 (32.42% from 255) = 75.93%
BLUE value IS 20 (8.20% from 255) = 18.52%
R=5.56%
G=75.93%
B=18.52%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0
Y (Yellow) values IS 0.76
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal682200.9300.760.68131.0586.3617.25
Hex652145D04C44835611
Octal612224135011410420312621
Binary110101001010100101110101001100100010010000011101011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #065214

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #065214; }

 p { color: rgb(6,82,20); }

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

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

 a { background-color: rgb(6,82,20); }

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

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

 span { border-color: rgb(6,82,20); }

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