#065B1C

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

Shades of Crusoe #065B1C

Tints of Crusoe #065B1C

Color information

#065B1C (or 0x065B1C) is unknown color: approx Crusoe. HEX triplet: 06, 5B and 1C. RGB value is (6,91,28). Sum of RGB (Red+Green+Blue) = 6+91+28=125 (16% of max value = 765). Red value is 6 (2.73% from 255 or 4.8% from 125); Green value is 91 (35.94% from 255 or 72.8% from 125); Blue value is 28 (11.33% from 255 or 22.4% from 125); Max value from RGB is 91 - color contains mainly: green. Hex color #065B1C is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #065B1C is #F9A4E3. Grayscale: #3A3A3A. Windows color (decimal): -16360676 or 1858310. OLE color: 1858310.

HSL color Cylindrical-coordinate representation of color #065B1C: hue angle of 135.53º 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 #065B1C is Cyan = 0.93, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.64.

Color convert

RGB69128-
CMYK0.9300.690.64
HSL135.53º87.63%19.02%-
HSV(B)135.53º93.41%35.69%-
XYZ4.037.62.35-
YUV58.4110.8490.62-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 4.8%
GREEN value IS 91 (35.94% from 255) = 72.8%
BLUE value IS 28 (11.33% from 255) = 22.4%
R=4.8%
G=72.8%
B=22.4%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal691280.9300.690.64135.5387.6319.02
Hex65B1C5D04540885813
Octal613334135010510021013023
Binary110101101111100101110101000101100000010001000101100010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #065B1C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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