#065C3F

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

Shades of Jewel #065C3F

Tints of Jewel #065C3F

Color information

#065C3F (or 0x065C3F) is unknown color: approx Jewel. HEX triplet: 06, 5C and 3F. RGB value is (6,92,63). Sum of RGB (Red+Green+Blue) = 6+92+63=161 (21% of max value = 765). Red value is 6 (2.73% from 255 or 3.73% from 161); Green value is 92 (36.33% from 255 or 57.14% from 161); Blue value is 63 (25% from 255 or 39.13% from 161); Max value from RGB is 92 - color contains mainly: green. Hex color #065C3F is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #065C3F is #F9A3C0. Grayscale: #3F3F3F. Windows color (decimal): -16360385 or 4152326. OLE color: 4152326.

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

Color convert

RGB69263-
CMYK0.9300.320.64
HSL159.77º87.76%19.22%-
HSV(B)159.77º93.48%36.08%-
XYZ4.88.056-
YUV62.98128.0187.36-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 3.73%
GREEN value IS 92 (36.33% from 255) = 57.14%
BLUE value IS 63 (25% from 255) = 39.13%
R=3.73%
G=57.14%
B=39.13%

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
Decimal692630.9300.320.64159.7787.7619.22
Hex65C3F5D02040a05813
Octal61347713504010024013023
Binary110101110011111110111010100000100000010100000101100010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #065C3F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(6,92,63); }

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

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

 a { background-color: rgb(6,92,63); }

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

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

 span { border-color: rgb(6,92,63); }

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