Html Css Color HEX #09483F Cyprus

📋 copy color: '#09483F'

red 9 ◦ green 72 ◦ blue 63

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

Shades of Cyprus #09483F

Tints of Cyprus #09483F

RGB

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

 GREEN value IS 72 (28.52% from 255) = 50%

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

R = 6.25%
G = 50%
B = 43.75%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.12

 K value IS 0.72

RGB Variations

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

Color information

#09483F (or 0x09483F) is known color: Cyprus. HEX triplet: 09, 48 and 3F. RGB value is (9,72,63). Sum of RGB (Red+Green+Blue) = 9+72+63=144 (19% of max value = 765). Red value is 9 (3.91% from 255 or 6.25% from 144); Green value is 72 (28.52% from 255 or 50% from 144); Blue value is 63 (25% from 255 or 43.75% from 144); Max value from RGB is 72 - color contains mainly: green. Hex color #09483F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #09483F is #F6B7C0. Grayscale: #343434. Windows color (decimal): -16168897 or 4147209. OLE color: 4147209.

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

Color convert

RGB 9 72 63 -
CMYK 0.88 0 0.12 0.72
HSL 171.43º 0.78% 0.16% -
HSV(B) 171.43º 0.88% 0.28% -
XYZ 3.33 5.05 5.5 -
YUV 52.14 134.13 97.23 -
System Red Green Blue C M Y K H S L
Decimal 9 72 63 0.88 0 0.12 0.72 171.43 0.78 0.16
Hex 9 48 3F 58 0 C 48 AB 4E 10
Octal 11 110 77 130 0 14 110 253 116 20
Binary 1001 1001000 111111 1011000 0 1100 1001000 10101011 1001110 10000

Color Harmonies of #09483F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #09483F

Black with #09483F

Text Example


Text Example

White with #09483F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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