#035142

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

Shades of Cyprus #035142

Tints of Cyprus #035142

Color information

#035142 (or 0x035142) is unknown color: approx Cyprus. HEX triplet: 03, 51 and 42. RGB value is (3,81,66). Sum of RGB (Red+Green+Blue) = 3+81+66=150 (19% of max value = 765). Red value is 3 (1.56% from 255 or 2% from 150); Green value is 81 (32.03% from 255 or 54% from 150); Blue value is 66 (26.17% from 255 or 44% from 150); Max value from RGB is 81 - color contains mainly: green. Hex color #035142 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #035142 is #FCAEBD. Grayscale: #373737. Windows color (decimal): -16559806 or 4346115. OLE color: 4346115.

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

Color convert

RGB38166-
CMYK0.9600.190.68
HSL168.46º92.86%16.47%-
HSV(B)168.46º96.3%31.76%-
XYZ3.966.36.16-
YUV55.97133.6690.22-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 2%
GREEN value IS 81 (32.03% from 255) = 54%
BLUE value IS 66 (26.17% from 255) = 44%
R=2%
G=54%
B=44%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal381660.9600.190.68168.4692.8616.47
Hex351426001344a85d10
Octal312110214002310425013520
Binary11101000110000101100000010011100010010101000101110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #035142

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #035142; }

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

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

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

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

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

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

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

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