#10413D

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

Shades of Cyprus #10413D

Tints of Cyprus #10413D

Color information

#10413D (or 0x10413D) is unknown color: approx Cyprus. HEX triplet: 10, 41 and 3D. RGB value is (16,65,61). Sum of RGB (Red+Green+Blue) = 16+65+61=142 (18% of max value = 765). Red value is 16 (6.64% from 255 or 11.27% from 142); Green value is 65 (25.78% from 255 or 45.77% from 142); Blue value is 61 (24.22% from 255 or 42.96% from 142); Max value from RGB is 65 - color contains mainly: green. Hex color #10413D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #10413D is #EFBEC2. Grayscale: #313131. Windows color (decimal): -15711939 or 4014352. OLE color: 4014352.

HSL color Cylindrical-coordinate representation of color #10413D: hue angle of 175.1º degrees, saturation: 0.6, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #10413D is Cyan = 0.75, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.75.

Color convert

RGB166561-
CMYK0.7500.060.75
HSL175.1º60.49%15.88%-
HSV(B)175.1º75.38%25.49%-
XYZ2.954.235.08-
YUV49.89134.27103.83-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 11.27%
GREEN value IS 65 (25.78% from 255) = 45.77%
BLUE value IS 61 (24.22% from 255) = 42.96%
R=11.27%
G=45.77%
B=42.96%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal1665610.7500.060.75175.160.4915.88
Hex10413D4B064Baf3c10
Octal2010175113061132577420
Binary1000010000011111011001011011010010111010111111110010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #10413D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(16,65,61); }

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

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

 a { background-color: rgb(16,65,61); }

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

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

 span { border-color: rgb(16,65,61); }

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