Html Css Color HEX #09524D Cyprus

📋 copy color: '#09524D'

red 9 ◦ green 82 ◦ blue 77

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

Shades of Cyprus #09524D

Tints of Cyprus #09524D

RGB

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

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

 BLUE value IS 77 (30.47% from 255) = 45.83%

R = 5.36%
G = 48.81%
B = 45.83%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0.06

 K value IS 0.68

RGB Variations

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

Color information

#09524D (or 0x09524D) is known color: Cyprus. HEX triplet: 09, 52 and 4D. RGB value is (9,82,77). Sum of RGB (Red+Green+Blue) = 9+82+77=168 (22% of max value = 765). Red value is 9 (3.91% from 255 or 5.36% from 168); Green value is 82 (32.42% from 255 or 48.81% from 168); Blue value is 77 (30.47% from 255 or 45.83% from 168); Max value from RGB is 82 - color contains mainly: green. Hex color #09524D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #09524D is #F6ADB2. Grayscale: #3B3B3B. Windows color (decimal): -16166323 or 5067273. OLE color: 5067273.

HSL color Cylindrical-coordinate representation of color #09524D: hue angle of 175.89º 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 #09524D is Cyan = 0.89, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.68.

Color convert

RGB 9 82 77 -
CMYK 0.89 0 0.06 0.68
HSL 175.89º 0.8% 0.18% -
HSV(B) 175.89º 0.89% 0.32% -
XYZ 4.47 6.63 8.07 -
YUV 59.6 137.82 91.91 -
System Red Green Blue C M Y K H S L
Decimal 9 82 77 0.89 0 0.06 0.68 175.89 0.8 0.18
Hex 9 52 4D 59 0 6 44 B0 50 12
Octal 11 122 115 131 0 6 104 260 120 22
Binary 1001 1010010 1001101 1011001 0 110 1000100 10110000 1010000 10010

Color Harmonies of #09524D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #09524D

Black with #09524D

Text Example


Text Example

White with #09524D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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