#03423D

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

Shades of Cyprus #03423D

Tints of Cyprus #03423D

Color information

#03423D (or 0x03423D) is unknown color: approx Cyprus. HEX triplet: 03, 42 and 3D. RGB value is (3,66,61). Sum of RGB (Red+Green+Blue) = 3+66+61=130 (17% of max value = 765). Red value is 3 (1.56% from 255 or 2.31% from 130); Green value is 66 (26.17% from 255 or 50.77% from 130); Blue value is 61 (24.22% from 255 or 46.92% from 130); Max value from RGB is 66 - color contains mainly: green. Hex color #03423D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #03423D is #FCBDC2. Grayscale: #2E2E2E. Windows color (decimal): -16563651 or 4014595. OLE color: 4014595.

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

Color convert

RGB36661-
CMYK0.9500.080.74
HSL175.24º91.3%13.53%-
HSV(B)175.24º95.45%25.88%-
XYZ2.834.255.09-
YUV46.59136.1396.91-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 2.31%
GREEN value IS 66 (26.17% from 255) = 50.77%
BLUE value IS 61 (24.22% from 255) = 46.92%
R=2.31%
G=50.77%
B=46.92%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal366610.9500.080.74175.2491.313.53
Hex3423D5F084Aaf5be
Octal31027513701011225713316
Binary11100001011110110111110100010010101010111110110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #03423D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(3,66,61); }

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

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

 a { background-color: rgb(3,66,61); }

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

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

 span { border-color: rgb(3,66,61); }

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