#065B32

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

Shades of Crusoe #065B32

Tints of Crusoe #065B32

Color information

#065B32 (or 0x065B32) is unknown color: approx Crusoe. HEX triplet: 06, 5B and 32. RGB value is (6,91,50). Sum of RGB (Red+Green+Blue) = 6+91+50=147 (19% of max value = 765). Red value is 6 (2.73% from 255 or 4.08% from 147); Green value is 91 (35.94% from 255 or 61.90% from 147); Blue value is 50 (19.92% from 255 or 34.01% from 147); Max value from RGB is 91 - color contains mainly: green. Hex color #065B32 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #065B32 is #F9A4CD. Grayscale: #3C3C3C. Windows color (decimal): -16360654 or 3300102. OLE color: 3300102.

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

Color convert

RGB69150-
CMYK0.9300.450.64
HSL151.06º87.63%19.02%-
HSV(B)151.06º93.41%35.69%-
XYZ4.397.754.28-
YUV60.91121.8488.83-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 4.08%
GREEN value IS 91 (35.94% from 255) = 61.90%
BLUE value IS 50 (19.92% from 255) = 34.01%
R=4.08%
G=61.90%
B=34.01%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal691500.9300.450.64151.0687.6319.02
Hex65B325D02D40975813
Octal61336213505510022713023
Binary110101101111001010111010101101100000010010111101100010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #065B32

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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