Html Css Color HEX #065442 Cyprus

📋 copy color: '#065442'

red 6 ◦ green 84 ◦ blue 66

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

Shades of Cyprus #065442

Tints of Cyprus #065442

RGB

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

 GREEN value IS 84 (33.2% from 255) = 53.85%

 BLUE value IS 66 (26.17% from 255) = 42.31%

R = 3.85%
G = 53.85%
B = 42.31%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.21

 K value IS 0.67

RGB Variations

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

Color information

#065442 (or 0x065442) is known color: Cyprus. HEX triplet: 06, 54 and 42. RGB value is (6,84,66). Sum of RGB (Red+Green+Blue) = 6+84+66=156 (20% of max value = 765). Red value is 6 (2.73% from 255 or 3.85% from 156); Green value is 84 (33.20% from 255 or 53.85% from 156); Blue value is 66 (26.17% from 255 or 42.31% from 156); Max value from RGB is 84 - color contains mainly: green. Hex color #065442 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #065442 is #F9ABBD. Grayscale: #3A3A3A. Windows color (decimal): -16362430 or 4346886. OLE color: 4346886.

HSL color Cylindrical-coordinate representation of color #065442: hue angle of 166.15º degrees, saturation: 0.87, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #065442 is Cyan = 0.93, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.67.

Color convert

RGB 6 84 66 -
CMYK 0.93 0 0.21 0.67
HSL 166.15º 0.87% 0.18% -
HSV(B) 166.15º 0.93% 0.33% -
XYZ 4.23 6.77 6.24 -
YUV 58.63 132.16 90.46 -
System Red Green Blue C M Y K H S L
Decimal 6 84 66 0.93 0 0.21 0.67 166.15 0.87 0.18
Hex 6 54 42 5D 0 15 43 A6 57 12
Octal 6 124 102 135 0 25 103 246 127 22
Binary 110 1010100 1000010 1011101 0 10101 1000011 10100110 1010111 10010

Color Harmonies of #065442

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #065442

Black with #065442

Text Example


Text Example

White with #065442

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #065442; }

 p { color: rgb(6,84,66); }

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

background-color css

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

 a { background-color: rgb(6,84,66); }

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

border-color css

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

 span { border-color: rgb(6,84,66); }

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