Html Css Color HEX #065041 Cyprus

📋 copy color: '#065041'

red 6 ◦ green 80 ◦ blue 65

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

Shades of Cyprus #065041

Tints of Cyprus #065041

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 43.05%

R = 3.97%
G = 52.98%
B = 43.05%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.19

 K value IS 0.69

RGB Variations

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

Color information

#065041 (or 0x065041) is known color: Cyprus. HEX triplet: 06, 50 and 41. RGB value is (6,80,65). Sum of RGB (Red+Green+Blue) = 6+80+65=151 (20% of max value = 765). Red value is 6 (2.73% from 255 or 3.97% from 151); Green value is 80 (31.64% from 255 or 52.98% from 151); Blue value is 65 (25.78% from 255 or 43.05% from 151); Max value from RGB is 80 - color contains mainly: green. Hex color #065041 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #065041 is #F9AFBE. Grayscale: #383838. Windows color (decimal): -16363455 or 4280326. OLE color: 4280326.

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

Color convert

RGB 6 80 65 -
CMYK 0.92 0 0.19 0.69
HSL 167.84º 0.86% 0.17% -
HSV(B) 167.84º 0.93% 0.31% -
XYZ 3.9 6.16 5.98 -
YUV 56.16 132.98 92.22 -
System Red Green Blue C M Y K H S L
Decimal 6 80 65 0.92 0 0.19 0.69 167.84 0.86 0.17
Hex 6 50 41 5C 0 13 45 A8 56 11
Octal 6 120 101 134 0 23 105 250 126 21
Binary 110 1010000 1000001 1011100 0 10011 1000101 10101000 1010110 10001

Color Harmonies of #065041

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #065041

Black with #065041

Text Example


Text Example

White with #065041

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #065041; }

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

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

background-color css

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

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

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

border-color css

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

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

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