#06423A

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

Shades of Cyprus #06423A

Tints of Cyprus #06423A

Color information

#06423A (or 0x06423A) is unknown color: approx Cyprus. HEX triplet: 06, 42 and 3A. RGB value is (6,66,58). Sum of RGB (Red+Green+Blue) = 6+66+58=130 (17% of max value = 765). Red value is 6 (2.73% from 255 or 4.62% from 130); Green value is 66 (26.17% from 255 or 50.77% from 130); Blue value is 58 (23.05% from 255 or 44.62% from 130); Max value from RGB is 66 - color contains mainly: green. Hex color #06423A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #06423A is #F9BDC5. Grayscale: #2F2F2F. Windows color (decimal): -16367046 or 3817990. OLE color: 3817990.

HSL color Cylindrical-coordinate representation of color #06423A: hue angle of 172º degrees, saturation: 0.83, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #06423A is Cyan = 0.91, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.74.

Color convert

RGB66658-
CMYK0.9100.120.74
HSL172º83.33%14.12%-
HSV(B)172º90.91%25.88%-
XYZ2.794.244.67-
YUV47.15134.1298.65-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 4.62%
GREEN value IS 66 (26.17% from 255) = 50.77%
BLUE value IS 58 (23.05% from 255) = 44.62%
R=4.62%
G=50.77%
B=44.62%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal666580.9100.120.7417283.3314.12
Hex6423A5B0C4Aac53e
Octal61027213301411225412316
Binary110100001011101010110110110010010101010110010100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #06423A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #06423A; }

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

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

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

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

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

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

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

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