#035046

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

Shades of Cyprus #035046

Tints of Cyprus #035046

Color information

#035046 (or 0x035046) is unknown color: approx Cyprus. HEX triplet: 03, 50 and 46. RGB value is (3,80,70). Sum of RGB (Red+Green+Blue) = 3+80+70=153 (20% of max value = 765). Red value is 3 (1.56% from 255 or 1.96% from 153); Green value is 80 (31.64% from 255 or 52.29% from 153); Blue value is 70 (27.73% from 255 or 45.75% from 153); Max value from RGB is 80 - color contains mainly: green. Hex color #035046 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #035046 is #FCAFB9. Grayscale: #373737. Windows color (decimal): -16560058 or 4608003. OLE color: 4608003.

HSL color Cylindrical-coordinate representation of color #035046: hue angle of 172.21º degrees, saturation: 0.93, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #035046 is Cyan = 0.96, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.69.

Color convert

RGB38070-
CMYK0.9600.120.69
HSL172.21º92.77%16.27%-
HSV(B)172.21º96.25%31.37%-
XYZ4.016.26.78-
YUV55.84135.9990.31-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 1.96%
GREEN value IS 80 (31.64% from 255) = 52.29%
BLUE value IS 70 (27.73% from 255) = 45.75%
R=1.96%
G=52.29%
B=45.75%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal380700.9600.120.69172.2192.7716.27
Hex35046600C45ac5d10
Octal312010614001410525413520
Binary1110100001000110110000001100100010110101100101110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #035046

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #035046; }

 p { color: rgb(3,80,70); }

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

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

 a { background-color: rgb(3,80,70); }

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

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

 span { border-color: rgb(3,80,70); }

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