#065B29

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

Shades of Crusoe #065B29

Tints of Crusoe #065B29

Color information

#065B29 (or 0x065B29) is unknown color: approx Crusoe. HEX triplet: 06, 5B and 29. RGB value is (6,91,41). Sum of RGB (Red+Green+Blue) = 6+91+41=138 (18% of max value = 765). Red value is 6 (2.73% from 255 or 4.35% from 138); Green value is 91 (35.94% from 255 or 65.94% from 138); Blue value is 41 (16.41% from 255 or 29.71% from 138); Max value from RGB is 91 - color contains mainly: green. Hex color #065B29 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #065B29 is #F9A4D6. Grayscale: #3B3B3B. Windows color (decimal): -16360663 or 2710278. OLE color: 2710278.

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

Color convert

RGB69141-
CMYK0.9300.550.64
HSL144.71º87.63%19.02%-
HSV(B)144.71º93.41%35.69%-
XYZ4.227.683.36-
YUV59.88117.3489.57-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 4.35%
GREEN value IS 91 (35.94% from 255) = 65.94%
BLUE value IS 41 (16.41% from 255) = 29.71%
R=4.35%
G=65.94%
B=29.71%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal691410.9300.550.64144.7187.6319.02
Hex65B295D03740915813
Octal61335113506710022113023
Binary110101101110100110111010110111100000010010001101100010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #065B29

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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