#065D1D

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

Shades of Crusoe #065D1D

Tints of Crusoe #065D1D

Color information

#065D1D (or 0x065D1D) is unknown color: approx Crusoe. HEX triplet: 06, 5D and 1D. RGB value is (6,93,29). Sum of RGB (Red+Green+Blue) = 6+93+29=128 (16% of max value = 765). Red value is 6 (2.73% from 255 or 4.69% from 128); Green value is 93 (36.72% from 255 or 72.66% from 128); Blue value is 29 (11.72% from 255 or 22.66% from 128); Max value from RGB is 93 - color contains mainly: green. Hex color #065D1D is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #065D1D is #F9A2E2. Grayscale: #3B3B3B. Windows color (decimal): -16360163 or 1924358. OLE color: 1924358.

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

Color convert

RGB69329-
CMYK0.9400.690.64
HSL135.86º87.88%19.41%-
HSV(B)135.86º93.55%36.47%-
XYZ4.217.962.48-
YUV59.69110.6889.7-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 4.69%
GREEN value IS 93 (36.72% from 255) = 72.66%
BLUE value IS 29 (11.72% from 255) = 22.66%
R=4.69%
G=72.66%
B=22.66%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal693290.9400.690.64135.8687.8819.41
Hex65D1D5E04540885813
Octal613535136010510021013023
Binary110101110111101101111001000101100000010001000101100010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #065D1D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(6,93,29); }

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

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

 a { background-color: rgb(6,93,29); }

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

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

 span { border-color: rgb(6,93,29); }

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