#09463D

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

Shades of Cyprus #09463D

Tints of Cyprus #09463D

Color information

#09463D (or 0x09463D) is unknown color: approx Cyprus. HEX triplet: 09, 46 and 3D. RGB value is (9,70,61). Sum of RGB (Red+Green+Blue) = 9+70+61=140 (18% of max value = 765). Red value is 9 (3.91% from 255 or 6.43% from 140); Green value is 70 (27.73% from 255 or 50% from 140); Blue value is 61 (24.22% from 255 or 43.57% from 140); Max value from RGB is 70 - color contains mainly: green. Hex color #09463D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #09463D is #F6B9C2. Grayscale: #323232. Windows color (decimal): -16169411 or 4015625. OLE color: 4015625.

HSL color Cylindrical-coordinate representation of color #09463D: hue angle of 171.15º degrees, saturation: 0.77, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #09463D is Cyan = 0.87, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.73.

Color convert

RGB97061-
CMYK0.8700.130.73
HSL171.15º77.22%15.49%-
HSV(B)171.15º87.14%27.45%-
XYZ3.154.785.17-
YUV50.74133.7998.23-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 6.43%
GREEN value IS 70 (27.73% from 255) = 50%
BLUE value IS 61 (24.22% from 255) = 43.57%
R=6.43%
G=50%
B=43.57%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal970610.8700.130.73171.1577.2215.49
Hex9463D570D49ab4df
Octal111067512701511125311517
Binary1001100011011110110101110110110010011010101110011011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #09463D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(9,70,61); }

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

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

 a { background-color: rgb(9,70,61); }

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

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

 span { border-color: rgb(9,70,61); }

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