Html Css Color HEX #095548 Cyprus

📋 copy color: '#095548'

red 9 ◦ green 85 ◦ blue 72

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

Shades of Cyprus #095548

Tints of Cyprus #095548

RGB

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

 GREEN value IS 85 (33.59% from 255) = 51.2%

 BLUE value IS 72 (28.52% from 255) = 43.37%

R = 5.42%
G = 51.2%
B = 43.37%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0.15

 K value IS 0.67

RGB Variations

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

Color information

#095548 (or 0x095548) is known color: Cyprus. HEX triplet: 09, 55 and 48. RGB value is (9,85,72). Sum of RGB (Red+Green+Blue) = 9+85+72=166 (21% of max value = 765). Red value is 9 (3.91% from 255 or 5.42% from 166); Green value is 85 (33.59% from 255 or 51.20% from 166); Blue value is 72 (28.52% from 255 or 43.37% from 166); Max value from RGB is 85 - color contains mainly: green. Hex color #095548 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #095548 is #F6AAB7. Grayscale: #3C3C3C. Windows color (decimal): -16165560 or 4740361. OLE color: 4740361.

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

Color convert

RGB 9 85 72 -
CMYK 0.89 0 0.15 0.67
HSL 169.74º 0.81% 0.18% -
HSV(B) 169.74º 0.89% 0.33% -
XYZ 4.53 7.02 7.25 -
YUV 60.79 134.32 91.06 -
System Red Green Blue C M Y K H S L
Decimal 9 85 72 0.89 0 0.15 0.67 169.74 0.81 0.18
Hex 9 55 48 59 0 F 43 AA 51 12
Octal 11 125 110 131 0 17 103 252 121 22
Binary 1001 1010101 1001000 1011001 0 1111 1000011 10101010 1010001 10010

Color Harmonies of #095548

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #095548

Black with #095548

Text Example


Text Example

White with #095548

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #095548; }

 p { color: rgb(9,85,72); }

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

background-color css

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

 a { background-color: rgb(9,85,72); }

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

border-color css

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

 span { border-color: rgb(9,85,72); }

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