#065819

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

Shades of Crusoe #065819

Tints of Crusoe #065819

Color information

#065819 (or 0x065819) is unknown color: approx Crusoe. HEX triplet: 06, 58 and 19. RGB value is (6,88,25). Sum of RGB (Red+Green+Blue) = 6+88+25=119 (15% of max value = 765). Red value is 6 (2.73% from 255 or 5.04% from 119); Green value is 88 (34.77% from 255 or 73.95% from 119); Blue value is 25 (10.16% from 255 or 21.01% from 119); Max value from RGB is 88 - color contains mainly: green. Hex color #065819 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #065819 is #F9A7E6. Grayscale: #383838. Windows color (decimal): -16361447 or 1660934. OLE color: 1660934.

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

Color convert

RGB68825-
CMYK0.9300.720.65
HSL133.9º87.23%18.43%-
HSV(B)133.9º93.18%34.51%-
XYZ3.747.092.09-
YUV56.3110.3392.12-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 5.04%
GREEN value IS 88 (34.77% from 255) = 73.95%
BLUE value IS 25 (10.16% from 255) = 21.01%
R=5.04%
G=73.95%
B=21.01%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0
Y (Yellow) values IS 0.72
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal688250.9300.720.65133.987.2318.43
Hex658195D04841865712
Octal613031135011010120612722
Binary110101100011001101110101001000100000110000110101011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #065819

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #065819; }

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

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

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

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

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

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

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

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