#065B21

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

Shades of Crusoe #065B21

Tints of Crusoe #065B21

Color information

#065B21 (or 0x065B21) is unknown color: approx Crusoe. HEX triplet: 06, 5B and 21. RGB value is (6,91,33). Sum of RGB (Red+Green+Blue) = 6+91+33=130 (17% of max value = 765). Red value is 6 (2.73% from 255 or 4.62% from 130); Green value is 91 (35.94% from 255 or 70% from 130); Blue value is 33 (13.28% from 255 or 25.38% from 130); Max value from RGB is 91 - color contains mainly: green. Hex color #065B21 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #065B21 is #F9A4DE. Grayscale: #3B3B3B. Windows color (decimal): -16360671 or 2185990. OLE color: 2185990.

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

Color convert

RGB69133-
CMYK0.9300.640.64
HSL139.06º87.63%19.02%-
HSV(B)139.06º93.41%35.69%-
XYZ4.097.632.7-
YUV58.97113.3490.22-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 4.62%
GREEN value IS 91 (35.94% from 255) = 70%
BLUE value IS 33 (13.28% from 255) = 25.38%
R=4.62%
G=70%
B=25.38%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal691330.9300.640.64139.0687.6319.02
Hex65B215D040408b5813
Octal613341135010010021313023
Binary1101011011100001101110101000000100000010001011101100010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #065B21

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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