#065A1D

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

Shades of Crusoe #065A1D

Tints of Crusoe #065A1D

Color information

#065A1D (or 0x065A1D) is unknown color: approx Crusoe. HEX triplet: 06, 5A and 1D. RGB value is (6,90,29). Sum of RGB (Red+Green+Blue) = 6+90+29=125 (16% of max value = 765). Red value is 6 (2.73% from 255 or 4.8% from 125); Green value is 90 (35.55% from 255 or 72% from 125); Blue value is 29 (11.72% from 255 or 23.2% from 125); Max value from RGB is 90 - color contains mainly: green. Hex color #065A1D is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #065A1D is #F9A5E2. Grayscale: #3A3A3A. Windows color (decimal): -16360931 or 1923590. OLE color: 1923590.

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

Color convert

RGB69029-
CMYK0.9300.680.65
HSL136.43º87.5%18.82%-
HSV(B)136.43º93.33%35.29%-
XYZ3.957.442.39-
YUV57.93111.6790.96-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 4.8%
GREEN value IS 90 (35.55% from 255) = 72%
BLUE value IS 29 (11.72% from 255) = 23.2%
R=4.8%
G=72%
B=23.2%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal690290.9300.680.65136.4387.518.82
Hex65A1D5D04441885813
Octal613235135010410121013023
Binary110101101011101101110101000100100000110001000101100010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #065A1D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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