Html Css Color HEX #09524B Cyprus

📋 copy color: '#09524B'

red 9 ◦ green 82 ◦ blue 75

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

Shades of Cyprus #09524B

Tints of Cyprus #09524B

RGB

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

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

 BLUE value IS 75 (29.69% from 255) = 45.18%

R = 5.42%
G = 49.4%
B = 45.18%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0.09

 K value IS 0.68

RGB Variations

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

Color information

#09524B (or 0x09524B) is known color: Cyprus. HEX triplet: 09, 52 and 4B. RGB value is (9,82,75). Sum of RGB (Red+Green+Blue) = 9+82+75=166 (21% of max value = 765). Red value is 9 (3.91% from 255 or 5.42% from 166); Green value is 82 (32.42% from 255 or 49.40% from 166); Blue value is 75 (29.69% from 255 or 45.18% from 166); Max value from RGB is 82 - color contains mainly: green. Hex color #09524B is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #09524B is #F6ADB4. Grayscale: #3B3B3B. Windows color (decimal): -16166325 or 4936201. OLE color: 4936201.

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

Color convert

RGB 9 82 75 -
CMYK 0.89 0 0.09 0.68
HSL 174.25º 0.8% 0.18% -
HSV(B) 174.25º 0.89% 0.32% -
XYZ 4.4 6.6 7.7 -
YUV 59.38 136.82 92.07 -
System Red Green Blue C M Y K H S L
Decimal 9 82 75 0.89 0 0.09 0.68 174.25 0.8 0.18
Hex 9 52 4B 59 0 9 44 AE 50 12
Octal 11 122 113 131 0 11 104 256 120 22
Binary 1001 1010010 1001011 1011001 0 1001 1000100 10101110 1010000 10010

Color Harmonies of #09524B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #09524B

Black with #09524B

Text Example


Text Example

White with #09524B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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