Html Css Color HEX #09554A Cyprus

📋 copy color: '#09554A'

red 9 ◦ green 85 ◦ blue 74

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

Shades of Cyprus #09554A

Tints of Cyprus #09554A

RGB

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

 GREEN value IS 85 (33.59% from 255) = 50.6%

 BLUE value IS 74 (29.3% from 255) = 44.05%

R = 5.36%
G = 50.6%
B = 44.05%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0.13

 K value IS 0.67

RGB Variations

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

Color information

#09554A (or 0x09554A) is known color: Cyprus. HEX triplet: 09, 55 and 4A. RGB value is (9,85,74). Sum of RGB (Red+Green+Blue) = 9+85+74=168 (22% of max value = 765). Red value is 9 (3.91% from 255 or 5.36% from 168); Green value is 85 (33.59% from 255 or 50.60% from 168); Blue value is 74 (29.30% from 255 or 44.05% from 168); Max value from RGB is 85 - color contains mainly: green. Hex color #09554A is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #09554A is #F6AAB5. Grayscale: #3C3C3C. Windows color (decimal): -16165558 or 4871433. OLE color: 4871433.

HSL color Cylindrical-coordinate representation of color #09554A: hue angle of 171.32º degrees, saturation: 0.81, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #09554A is Cyan = 0.89, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.67.

Color convert

RGB 9 85 74 -
CMYK 0.89 0 0.13 0.67
HSL 171.32º 0.81% 0.18% -
HSV(B) 171.32º 0.89% 0.33% -
XYZ 4.6 7.05 7.6 -
YUV 61.02 135.32 90.89 -
System Red Green Blue C M Y K H S L
Decimal 9 85 74 0.89 0 0.13 0.67 171.32 0.81 0.18
Hex 9 55 4A 59 0 D 43 AB 51 12
Octal 11 125 112 131 0 15 103 253 121 22
Binary 1001 1010101 1001010 1011001 0 1101 1000011 10101011 1010001 10010

Color Harmonies of #09554A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #09554A

Black with #09554A

Text Example


Text Example

White with #09554A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #09554A; }

 p { color: rgb(9,85,74); }

 H1.HeaderClassName
 {
   color: #09554A;
 }
 .AnyTagClassName
 {
   color: #09554A;
 }
</style>

background-color css

<style>
 a { background-color: #09554A; }

 a { background-color: rgb(9,85,74); }

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

border-color css

<style>
 span { border-color: #09554A; }

 span { border-color: rgb(9,85,74); }

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