#065048

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

Shades of Cyprus #065048

Tints of Cyprus #065048

Color information

#065048 (or 0x065048) is unknown color: approx Cyprus. HEX triplet: 06, 50 and 48. RGB value is (6,80,72). Sum of RGB (Red+Green+Blue) = 6+80+72=158 (20% of max value = 765). Red value is 6 (2.73% from 255 or 3.80% from 158); Green value is 80 (31.64% from 255 or 50.63% from 158); Blue value is 72 (28.52% from 255 or 45.57% from 158); Max value from RGB is 80 - color contains mainly: green. Hex color #065048 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #065048 is #F9AFB7. Grayscale: #383838. Windows color (decimal): -16363448 or 4739078. OLE color: 4739078.

HSL color Cylindrical-coordinate representation of color #065048: hue angle of 173.51º degrees, saturation: 0.86, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #065048 is Cyan = 0.92, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.69.

Color convert

RGB68072-
CMYK0.9200.100.69
HSL173.51º86.05%16.86%-
HSV(B)173.51º92.5%31.37%-
XYZ4.116.247.12-
YUV56.96136.4891.65-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 3.80%
GREEN value IS 80 (31.64% from 255) = 50.63%
BLUE value IS 72 (28.52% from 255) = 45.57%
R=3.80%
G=50.63%
B=45.57%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal680720.9200.100.69173.5186.0516.86
Hex650485C0A45ae5611
Octal612011013401210525612621
Binary11010100001001000101110001010100010110101110101011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #065048

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #065048; }

 p { color: rgb(6,80,72); }

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

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

 a { background-color: rgb(6,80,72); }

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

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

 span { border-color: rgb(6,80,72); }

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