#06473D

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

Shades of Cyprus #06473D

Tints of Cyprus #06473D

Color information

#06473D (or 0x06473D) is unknown color: approx Cyprus. HEX triplet: 06, 47 and 3D. RGB value is (6,71,61). Sum of RGB (Red+Green+Blue) = 6+71+61=138 (18% of max value = 765). Red value is 6 (2.73% from 255 or 4.35% from 138); Green value is 71 (28.12% from 255 or 51.45% from 138); Blue value is 61 (24.22% from 255 or 44.20% from 138); Max value from RGB is 71 - color contains mainly: green. Hex color #06473D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #06473D is #F9B8C2. Grayscale: #323232. Windows color (decimal): -16365763 or 4015878. OLE color: 4015878.

HSL color Cylindrical-coordinate representation of color #06473D: hue angle of 170.77º 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 #06473D is Cyan = 0.92, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.72.

Color convert

RGB67161-
CMYK0.9200.140.72
HSL170.77º84.42%15.1%-
HSV(B)170.77º91.55%27.84%-
XYZ3.174.885.19-
YUV50.42133.9796.31-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 4.35%
GREEN value IS 71 (28.12% from 255) = 51.45%
BLUE value IS 61 (24.22% from 255) = 44.20%
R=4.35%
G=51.45%
B=44.20%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal671610.9200.140.72170.7784.4215.1
Hex6473D5C0E48ab54f
Octal61077513401611025312417
Binary110100011111110110111000111010010001010101110101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #06473D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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