#065115

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

Shades of Crusoe #065115

Tints of Crusoe #065115

Color information

#065115 (or 0x065115) is unknown color: approx Crusoe. HEX triplet: 06, 51 and 15. RGB value is (6,81,21). Sum of RGB (Red+Green+Blue) = 6+81+21=108 (14% of max value = 765). Red value is 6 (2.73% from 255 or 5.56% from 108); Green value is 81 (32.03% from 255 or 75% from 108); Blue value is 21 (8.59% from 255 or 19.44% from 108); Max value from RGB is 81 - color contains mainly: green. Hex color #065115 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #065115 is #F9AEEA. Grayscale: #333333. Windows color (decimal): -16363243 or 1396998. OLE color: 1396998.

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

Color convert

RGB68121-
CMYK0.9300.740.68
HSL132º86.21%17.06%-
HSV(B)132º92.59%31.76%-
XYZ3.155.981.7-
YUV51.73110.6595.38-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 5.56%
GREEN value IS 81 (32.03% from 255) = 75%
BLUE value IS 21 (8.59% from 255) = 19.44%
R=5.56%
G=75%
B=19.44%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0
Y (Yellow) values IS 0.74
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal681210.9300.740.6813286.2117.06
Hex651155D04A44845611
Octal612125135011210420412621
Binary110101000110101101110101001010100010010000100101011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #065115

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #065115; }

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

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

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

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

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

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

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

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