#065817

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

Shades of Crusoe #065817

Tints of Crusoe #065817

Color information

#065817 (or 0x065817) is unknown color: approx Crusoe. HEX triplet: 06, 58 and 17. RGB value is (6,88,23). Sum of RGB (Red+Green+Blue) = 6+88+23=117 (15% of max value = 765). Red value is 6 (2.73% from 255 or 5.13% from 117); Green value is 88 (34.77% from 255 or 75.21% from 117); Blue value is 23 (9.38% from 255 or 19.66% from 117); Max value from RGB is 88 - color contains mainly: green. Hex color #065817 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #065817 is #F9A7E8. Grayscale: #383838. Windows color (decimal): -16361449 or 1529862. OLE color: 1529862.

HSL color Cylindrical-coordinate representation of color #065817: hue angle of 132.44º degrees, saturation: 0.87, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #065817 is Cyan = 0.93, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.65.

Color convert

RGB68823-
CMYK0.9300.740.65
HSL132.44º87.23%18.43%-
HSV(B)132.44º93.18%34.51%-
XYZ3.727.081.98-
YUV56.07109.3392.29-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 5.13%
GREEN value IS 88 (34.77% from 255) = 75.21%
BLUE value IS 23 (9.38% from 255) = 19.66%
R=5.13%
G=75.21%
B=19.66%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0
Y (Yellow) values IS 0.74
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal688230.9300.740.65132.4487.2318.43
Hex658175D04A41845712
Octal613027135011210120412722
Binary110101100010111101110101001010100000110000100101011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #065817

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #065817; }

 p { color: rgb(6,88,23); }

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

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

 a { background-color: rgb(6,88,23); }

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

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

 span { border-color: rgb(6,88,23); }

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