#065B13

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

Shades of Crusoe #065B13

Tints of Crusoe #065B13

Color information

#065B13 (or 0x065B13) is unknown color: approx Crusoe. HEX triplet: 06, 5B and 13. RGB value is (6,91,19). Sum of RGB (Red+Green+Blue) = 6+91+19=116 (15% of max value = 765). Red value is 6 (2.73% from 255 or 5.17% from 116); Green value is 91 (35.94% from 255 or 78.45% from 116); Blue value is 19 (7.81% from 255 or 16.38% from 116); Max value from RGB is 91 - color contains mainly: green. Hex color #065B13 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #065B13 is #F9A4EC. Grayscale: #393939. Windows color (decimal): -16360685 or 1268486. OLE color: 1268486.

HSL color Cylindrical-coordinate representation of color #065B13: hue angle of 129.18º degrees, saturation: 0.88, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #065B13 is Cyan = 0.93, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.64.

Color convert

RGB69119-
CMYK0.9300.790.64
HSL129.18º87.63%19.02%-
HSV(B)129.18º93.41%35.69%-
XYZ3.937.571.87-
YUV57.38106.3491.35-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 5.17%
GREEN value IS 91 (35.94% from 255) = 78.45%
BLUE value IS 19 (7.81% from 255) = 16.38%
R=5.17%
G=78.45%
B=16.38%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0
Y (Yellow) values IS 0.79
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal691190.9300.790.64129.1887.6319.02
Hex65B135D04F40815813
Octal613323135011710020113023
Binary110101101110011101110101001111100000010000001101100010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #065B13

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #065B13; }

 p { color: rgb(6,91,19); }

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

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

 a { background-color: rgb(6,91,19); }

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

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

 span { border-color: rgb(6,91,19); }

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