Html Css Color HEX #09524A Cyprus

📋 copy color: '#09524A'

red 9 ◦ green 82 ◦ blue 74

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

Shades of Cyprus #09524A

Tints of Cyprus #09524A

RGB

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

 GREEN value IS 82 (32.42% from 255) = 49.7%

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

R = 5.45%
G = 49.7%
B = 44.85%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0.10

 K value IS 0.68

RGB Variations

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

Color information

#09524A (or 0x09524A) is known color: Cyprus. HEX triplet: 09, 52 and 4A. RGB value is (9,82,74). Sum of RGB (Red+Green+Blue) = 9+82+74=165 (21% of max value = 765). Red value is 9 (3.91% from 255 or 5.45% from 165); Green value is 82 (32.42% from 255 or 49.70% from 165); Blue value is 74 (29.30% from 255 or 44.85% from 165); Max value from RGB is 82 - color contains mainly: green. Hex color #09524A is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #09524A is #F6ADB5. Grayscale: #3B3B3B. Windows color (decimal): -16166326 or 4870665. OLE color: 4870665.

HSL color Cylindrical-coordinate representation of color #09524A: hue angle of 173.42º degrees, saturation: 0.8, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #09524A is Cyan = 0.89, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.68.

Color convert

RGB 9 82 74 -
CMYK 0.89 0 0.10 0.68
HSL 173.42º 0.8% 0.18% -
HSV(B) 173.42º 0.89% 0.32% -
XYZ 4.37 6.59 7.52 -
YUV 59.26 136.32 92.15 -
System Red Green Blue C M Y K H S L
Decimal 9 82 74 0.89 0 0.10 0.68 173.42 0.8 0.18
Hex 9 52 4A 59 0 A 44 AD 50 12
Octal 11 122 112 131 0 12 104 255 120 22
Binary 1001 1010010 1001010 1011001 0 1010 1000100 10101101 1010000 10010

Color Harmonies of #09524A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #09524A

Black with #09524A

Text Example


Text Example

White with #09524A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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