Html Css Color HEX #065241 Cyprus

📋 copy color: '#065241'

red 6 ◦ green 82 ◦ blue 65

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

Shades of Cyprus #065241

Tints of Cyprus #065241

RGB

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

 GREEN value IS 82 (32.42% from 255) = 53.59%

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

R = 3.92%
G = 53.59%
B = 42.48%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.21

 K value IS 0.68

RGB Variations

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

Color information

#065241 (or 0x065241) is known color: Cyprus. HEX triplet: 06, 52 and 41. RGB value is (6,82,65). Sum of RGB (Red+Green+Blue) = 6+82+65=153 (20% of max value = 765). Red value is 6 (2.73% from 255 or 3.92% from 153); Green value is 82 (32.42% from 255 or 53.59% from 153); Blue value is 65 (25.78% from 255 or 42.48% from 153); Max value from RGB is 82 - color contains mainly: green. Hex color #065241 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #065241 is #F9ADBE. Grayscale: #393939. Windows color (decimal): -16362943 or 4280838. OLE color: 4280838.

HSL color Cylindrical-coordinate representation of color #065241: hue angle of 166.58º degrees, saturation: 0.86, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #065241 is Cyan = 0.93, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.68.

Color convert

RGB 6 82 65 -
CMYK 0.93 0 0.21 0.68
HSL 166.58º 0.86% 0.17% -
HSV(B) 166.58º 0.93% 0.32% -
XYZ 4.05 6.45 6.03 -
YUV 57.34 132.32 91.38 -
System Red Green Blue C M Y K H S L
Decimal 6 82 65 0.93 0 0.21 0.68 166.58 0.86 0.17
Hex 6 52 41 5D 0 15 44 A7 56 11
Octal 6 122 101 135 0 25 104 247 126 21
Binary 110 1010010 1000001 1011101 0 10101 1000100 10100111 1010110 10001

Color Harmonies of #065241

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #065241

Black with #065241

Text Example


Text Example

White with #065241

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #065241; }

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

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

background-color css

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

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

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

border-color css

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

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

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