#065515

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

Shades of Crusoe #065515

Tints of Crusoe #065515

Color information

#065515 (or 0x065515) is unknown color: approx Crusoe. HEX triplet: 06, 55 and 15. RGB value is (6,85,21). Sum of RGB (Red+Green+Blue) = 6+85+21=112 (14% of max value = 765). Red value is 6 (2.73% from 255 or 5.36% from 112); Green value is 85 (33.59% from 255 or 75.89% from 112); Blue value is 21 (8.59% from 255 or 18.75% from 112); Max value from RGB is 85 - color contains mainly: green. Hex color #065515 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #065515 is #F9AAEA. Grayscale: #363636. Windows color (decimal): -16362219 or 1398022. OLE color: 1398022.

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

Color convert

RGB68521-
CMYK0.9300.750.67
HSL131.39º86.81%17.84%-
HSV(B)131.39º92.94%33.33%-
XYZ3.466.591.8-
YUV54.08109.3393.7-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 5.36%
GREEN value IS 85 (33.59% from 255) = 75.89%
BLUE value IS 21 (8.59% from 255) = 18.75%
R=5.36%
G=75.89%
B=18.75%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal685210.9300.750.67131.3986.8117.84
Hex655155D04B43835712
Octal612525135011310320312722
Binary110101010110101101110101001011100001110000011101011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #065515

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #065515; }

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

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

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

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

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

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

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

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