#10433E

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

Shades of Cyprus #10433E

Tints of Cyprus #10433E

Color information

#10433E (or 0x10433E) is unknown color: approx Cyprus. HEX triplet: 10, 43 and 3E. RGB value is (16,67,62). Sum of RGB (Red+Green+Blue) = 16+67+62=145 (19% of max value = 765). Red value is 16 (6.64% from 255 or 11.03% from 145); Green value is 67 (26.56% from 255 or 46.21% from 145); Blue value is 62 (24.61% from 255 or 42.76% from 145); Max value from RGB is 67 - color contains mainly: green. Hex color #10433E is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #10433E is #EFBCC1. Grayscale: #333333. Windows color (decimal): -15711426 or 4080400. OLE color: 4080400.

HSL color Cylindrical-coordinate representation of color #10433E: hue angle of 174.12º degrees, saturation: 0.61, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #10433E is Cyan = 0.76, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.74.

Color convert

RGB166762-
CMYK0.7600.070.74
HSL174.12º61.45%16.27%-
HSV(B)174.12º76.12%26.27%-
XYZ3.094.475.26-
YUV51.18134.1102.91-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 11.03%
GREEN value IS 67 (26.56% from 255) = 46.21%
BLUE value IS 62 (24.61% from 255) = 42.76%
R=11.03%
G=46.21%
B=42.76%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal1667620.7600.070.74174.1261.4516.27
Hex10433E4C074Aae3d10
Octal2010376114071122567520
Binary1000010000111111101001100011110010101010111011110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #10433E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #10433E; }

 p { color: rgb(16,67,62); }

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

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

 a { background-color: rgb(16,67,62); }

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

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

 span { border-color: rgb(16,67,62); }

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