Html Css Color HEX #065049 Cyprus

📋 copy color: '#065049'

red 6 ◦ green 80 ◦ blue 73

#065049
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Cyprus #065049

Tints of Cyprus #065049

RGB

 RED value IS 6 (2.73% from 255) = 3.77%

 GREEN value IS 80 (31.64% from 255) = 50.31%

 BLUE value IS 73 (28.91% from 255) = 45.91%

R = 3.77%
G = 50.31%
B = 45.91%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.09

 K value IS 0.69

RGB Variations

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

Color information

#065049 (or 0x065049) is known color: Cyprus. HEX triplet: 06, 50 and 49. RGB value is (6,80,73). Sum of RGB (Red+Green+Blue) = 6+80+73=159 (21% of max value = 765). Red value is 6 (2.73% from 255 or 3.77% from 159); Green value is 80 (31.64% from 255 or 50.31% from 159); Blue value is 73 (28.91% from 255 or 45.91% from 159); Max value from RGB is 80 - color contains mainly: green. Hex color #065049 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #065049 is #F9AFB6. Grayscale: #393939. Windows color (decimal): -16363447 or 4804614. OLE color: 4804614.

HSL color Cylindrical-coordinate representation of color #065049: hue angle of 174.32º 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 #065049 is Cyan = 0.92, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.69.

Color convert

RGB 6 80 73 -
CMYK 0.92 0 0.09 0.69
HSL 174.32º 0.86% 0.17% -
HSV(B) 174.32º 0.93% 0.31% -
XYZ 4.15 6.26 7.29 -
YUV 57.08 136.98 91.57 -
System Red Green Blue C M Y K H S L
Decimal 6 80 73 0.92 0 0.09 0.69 174.32 0.86 0.17
Hex 6 50 49 5C 0 9 45 AE 56 11
Octal 6 120 111 134 0 11 105 256 126 21
Binary 110 1010000 1001001 1011100 0 1001 1000101 10101110 1010110 10001

Color Harmonies of #065049

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #065049

Black with #065049

Text Example


Text Example

White with #065049

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #065049; }

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

 H1.HeaderClassName
 {
   color: #065049;
 }
 .AnyTagClassName
 {
   color: #065049;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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