#0F413C

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

Shades of Cyprus #0F413C

Tints of Cyprus #0F413C

Color information

#0F413C (or 0x0F413C) is unknown color: approx Cyprus. HEX triplet: 0F, 41 and 3C. RGB value is (15,65,60). Sum of RGB (Red+Green+Blue) = 15+65+60=140 (18% of max value = 765). Red value is 15 (6.25% from 255 or 10.71% from 140); Green value is 65 (25.78% from 255 or 46.43% from 140); Blue value is 60 (23.83% from 255 or 42.86% from 140); Max value from RGB is 65 - color contains mainly: green. Hex color #0F413C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0F413C is #F0BEC3. Grayscale: #313131. Windows color (decimal): -15777476 or 3948815. OLE color: 3948815.

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

Color convert

RGB156560-
CMYK0.7700.080.75
HSL174º62.5%15.69%-
HSV(B)174º76.92%25.49%-
XYZ2.94.214.93-
YUV49.48133.94103.41-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 10.71%
GREEN value IS 65 (25.78% from 255) = 46.43%
BLUE value IS 60 (23.83% from 255) = 42.86%
R=10.71%
G=46.43%
B=42.86%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal1565600.7700.080.7517462.515.69
HexF413C4D084Bae3e10
Octal17101741150101132567620
Binary1111100000111110010011010100010010111010111011111010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F413C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0F413C; }

 p { color: rgb(15,65,60); }

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

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

 a { background-color: rgb(15,65,60); }

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

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

 span { border-color: rgb(15,65,60); }

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