Html Css Color HEX #09534C Cyprus

📋 copy color: '#09534C'

red 9 ◦ green 83 ◦ blue 76

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

Shades of Cyprus #09534C

Tints of Cyprus #09534C

RGB

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

 GREEN value IS 83 (32.81% from 255) = 49.4%

 BLUE value IS 76 (30.08% from 255) = 45.24%

R = 5.36%
G = 49.4%
B = 45.24%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0.08

 K value IS 0.67

RGB Variations

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

Color information

#09534C (or 0x09534C) is known color: Cyprus. HEX triplet: 09, 53 and 4C. RGB value is (9,83,76). Sum of RGB (Red+Green+Blue) = 9+83+76=168 (22% of max value = 765). Red value is 9 (3.91% from 255 or 5.36% from 168); Green value is 83 (32.81% from 255 or 49.40% from 168); Blue value is 76 (30.08% from 255 or 45.24% from 168); Max value from RGB is 83 - color contains mainly: green. Hex color #09534C is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #09534C is #F6ACB3. Grayscale: #3C3C3C. Windows color (decimal): -16166068 or 5001993. OLE color: 5001993.

HSL color Cylindrical-coordinate representation of color #09534C: hue angle of 174.32º degrees, saturation: 0.8, 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 #09534C is Cyan = 0.89, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.67.

Color convert

RGB 9 83 76 -
CMYK 0.89 0 0.08 0.67
HSL 174.32º 0.8% 0.18% -
HSV(B) 174.32º 0.89% 0.33% -
XYZ 4.51 6.77 7.91 -
YUV 60.08 136.98 91.57 -
System Red Green Blue C M Y K H S L
Decimal 9 83 76 0.89 0 0.08 0.67 174.32 0.8 0.18
Hex 9 53 4C 59 0 8 43 AE 50 12
Octal 11 123 114 131 0 10 103 256 120 22
Binary 1001 1010011 1001100 1011001 0 1000 1000011 10101110 1010000 10010

Color Harmonies of #09534C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #09534C

Black with #09534C

Text Example


Text Example

White with #09534C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #09534C; }

 p { color: rgb(9,83,76); }

 H1.HeaderClassName
 {
   color: #09534C;
 }
 .AnyTagClassName
 {
   color: #09534C;
 }
</style>

background-color css

<style>
 a { background-color: #09534C; }

 a { background-color: rgb(9,83,76); }

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

border-color css

<style>
 span { border-color: #09534C; }

 span { border-color: rgb(9,83,76); }

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