Html Css Color HEX #09493F Cyprus

📋 copy color: '#09493F'

red 9 ◦ green 73 ◦ blue 63

#09493F
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Cyprus #09493F

Tints of Cyprus #09493F

RGB

 RED value IS 9 (3.91% from 255) = 6.21%

 GREEN value IS 73 (28.91% from 255) = 50.34%

 BLUE value IS 63 (25% from 255) = 43.45%

R = 6.21%
G = 50.34%
B = 43.45%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.14

 K value IS 0.71

RGB Variations

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

Color information

#09493F (or 0x09493F) is known color: Cyprus. HEX triplet: 09, 49 and 3F. RGB value is (9,73,63). Sum of RGB (Red+Green+Blue) = 9+73+63=145 (19% of max value = 765). Red value is 9 (3.91% from 255 or 6.21% from 145); Green value is 73 (28.91% from 255 or 50.34% from 145); Blue value is 63 (25% from 255 or 43.45% from 145); Max value from RGB is 73 - color contains mainly: green. Hex color #09493F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #09493F is #F6B6C0. Grayscale: #343434. Windows color (decimal): -16168641 or 4147465. OLE color: 4147465.

HSL color Cylindrical-coordinate representation of color #09493F: hue angle of 170.62º degrees, saturation: 0.78, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #09493F is Cyan = 0.88, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.71.

Color convert

RGB 9 73 63 -
CMYK 0.88 0 0.14 0.71
HSL 170.63º 0.78% 0.16% -
HSV(B) 170.63º 0.88% 0.29% -
XYZ 3.39 5.18 5.52 -
YUV 52.72 133.8 96.81 -
System Red Green Blue C M Y K H S L
Decimal 9 73 63 0.88 0 0.14 0.71 170.63 0.78 0.16
Hex 9 49 3F 58 0 E 47 AB 4E 10
Octal 11 111 77 130 0 16 107 253 116 20
Binary 1001 1001001 111111 1011000 0 1110 1000111 10101011 1001110 10000

Color Harmonies of #09493F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #09493F

Black with #09493F

Text Example


Text Example

White with #09493F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #09493F; }

 p { color: rgb(9,73,63); }

 H1.HeaderClassName
 {
   color: #09493F;
 }
 .AnyTagClassName
 {
   color: #09493F;
 }
</style>

background-color css

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

 a { background-color: rgb(9,73,63); }

 div.DivClassName
 {
   background-color: #09493F;
 }
 .BgClassName
 {
   background-color: #09493F;
 }
</style>

border-color css

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

 span { border-color: rgb(9,73,63); }

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