#065B3E

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

Shades of Jewel #065B3E

Tints of Jewel #065B3E

Color information

#065B3E (or 0x065B3E) is unknown color: approx Jewel. HEX triplet: 06, 5B and 3E. RGB value is (6,91,62). Sum of RGB (Red+Green+Blue) = 6+91+62=159 (21% of max value = 765). Red value is 6 (2.73% from 255 or 3.77% from 159); Green value is 91 (35.94% from 255 or 57.23% from 159); Blue value is 62 (24.61% from 255 or 38.99% from 159); Max value from RGB is 91 - color contains mainly: green. Hex color #065B3E is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #065B3E is #F9A4C1. Grayscale: #3E3E3E. Windows color (decimal): -16360642 or 4086534. OLE color: 4086534.

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

Color convert

RGB69162-
CMYK0.9300.320.64
HSL159.53º87.63%19.02%-
HSV(B)159.53º93.41%35.69%-
XYZ4.697.875.83-
YUV62.28127.8487.86-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 3.77%
GREEN value IS 91 (35.94% from 255) = 57.23%
BLUE value IS 62 (24.61% from 255) = 38.99%
R=3.77%
G=57.23%
B=38.99%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal691620.9300.320.64159.5387.6319.02
Hex65B3E5D02040a05813
Octal61337613504010024013023
Binary110101101111111010111010100000100000010100000101100010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #065B3E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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