Html Css Color HEX #09504B Cyprus

📋 copy color: '#09504B'

red 9 ◦ green 80 ◦ blue 75

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

Shades of Cyprus #09504B

Tints of Cyprus #09504B

RGB

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

 GREEN value IS 80 (31.64% from 255) = 48.78%

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

R = 5.49%
G = 48.78%
B = 45.73%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0.06

 K value IS 0.69

RGB Variations

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

Color information

#09504B (or 0x09504B) is known color: Cyprus. HEX triplet: 09, 50 and 4B. RGB value is (9,80,75). Sum of RGB (Red+Green+Blue) = 9+80+75=164 (21% of max value = 765). Red value is 9 (3.91% from 255 or 5.49% from 164); Green value is 80 (31.64% from 255 or 48.78% from 164); Blue value is 75 (29.69% from 255 or 45.73% from 164); Max value from RGB is 80 - color contains mainly: green. Hex color #09504B is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #09504B is #F6AFB4. Grayscale: #3A3A3A. Windows color (decimal): -16166837 or 4935689. OLE color: 4935689.

HSL color Cylindrical-coordinate representation of color #09504B: hue angle of 175.77º degrees, saturation: 0.8, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #09504B is Cyan = 0.89, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.69.

Color convert

RGB 9 80 75 -
CMYK 0.89 0 0.06 0.69
HSL 175.77º 0.8% 0.17% -
HSV(B) 175.77º 0.89% 0.31% -
XYZ 4.25 6.3 7.65 -
YUV 58.2 137.48 92.91 -
System Red Green Blue C M Y K H S L
Decimal 9 80 75 0.89 0 0.06 0.69 175.77 0.8 0.17
Hex 9 50 4B 59 0 6 45 B0 50 11
Octal 11 120 113 131 0 6 105 260 120 21
Binary 1001 1010000 1001011 1011001 0 110 1000101 10110000 1010000 10001

Color Harmonies of #09504B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #09504B

Black with #09504B

Text Example


Text Example

White with #09504B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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