Html Css Color HEX #09534B Cyprus

📋 copy color: '#09534B'

red 9 ◦ green 83 ◦ blue 75

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

Shades of Cyprus #09534B

Tints of Cyprus #09534B

RGB

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

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

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

R = 5.39%
G = 49.7%
B = 44.91%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0.10

 K value IS 0.67

RGB Variations

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

Color information

#09534B (or 0x09534B) is known color: Cyprus. HEX triplet: 09, 53 and 4B. RGB value is (9,83,75). Sum of RGB (Red+Green+Blue) = 9+83+75=167 (22% of max value = 765). Red value is 9 (3.91% from 255 or 5.39% from 167); Green value is 83 (32.81% from 255 or 49.70% from 167); Blue value is 75 (29.69% from 255 or 44.91% from 167); Max value from RGB is 83 - color contains mainly: green. Hex color #09534B is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #09534B is #F6ACB4. Grayscale: #3B3B3B. Windows color (decimal): -16166069 or 4936457. OLE color: 4936457.

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

Color convert

RGB 9 83 75 -
CMYK 0.89 0 0.10 0.67
HSL 173.51º 0.8% 0.18% -
HSV(B) 173.51º 0.89% 0.33% -
XYZ 4.48 6.75 7.72 -
YUV 59.96 136.48 91.65 -
System Red Green Blue C M Y K H S L
Decimal 9 83 75 0.89 0 0.10 0.67 173.51 0.8 0.18
Hex 9 53 4B 59 0 A 43 AE 50 12
Octal 11 123 113 131 0 12 103 256 120 22
Binary 1001 1010011 1001011 1011001 0 1010 1000011 10101110 1010000 10010

Color Harmonies of #09534B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #09534B

Black with #09534B

Text Example


Text Example

White with #09534B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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