#06473C

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

Shades of Cyprus #06473C

Tints of Cyprus #06473C

Color information

#06473C (or 0x06473C) is unknown color: approx Cyprus. HEX triplet: 06, 47 and 3C. RGB value is (6,71,60). Sum of RGB (Red+Green+Blue) = 6+71+60=137 (18% of max value = 765). Red value is 6 (2.73% from 255 or 4.38% from 137); Green value is 71 (28.12% from 255 or 51.82% from 137); Blue value is 60 (23.83% from 255 or 43.80% from 137); Max value from RGB is 71 - color contains mainly: green. Hex color #06473C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #06473C is #F9B8C3. Grayscale: #323232. Windows color (decimal): -16365764 or 3950342. OLE color: 3950342.

HSL color Cylindrical-coordinate representation of color #06473C: hue angle of 169.85º degrees, saturation: 0.84, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #06473C is Cyan = 0.92, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.72.

Color convert

RGB67160-
CMYK0.9200.150.72
HSL169.85º84.42%15.1%-
HSV(B)169.85º91.55%27.84%-
XYZ3.144.875.05-
YUV50.31133.4796.39-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 4.38%
GREEN value IS 71 (28.12% from 255) = 51.82%
BLUE value IS 60 (23.83% from 255) = 43.80%
R=4.38%
G=51.82%
B=43.80%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal671600.9200.150.72169.8584.4215.1
Hex6473C5C0F48aa54f
Octal61077413401711025212417
Binary110100011111110010111000111110010001010101010101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #06473C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #06473C; }

 p { color: rgb(6,71,60); }

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

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

 a { background-color: rgb(6,71,60); }

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

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

 span { border-color: rgb(6,71,60); }

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