Html Css Color HEX #095343 Cyprus

📋 copy color: '#095343'

red 9 ◦ green 83 ◦ blue 67

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

Shades of Cyprus #095343

Tints of Cyprus #095343

RGB

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

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

 BLUE value IS 67 (26.56% from 255) = 42.14%

R = 5.66%
G = 52.2%
B = 42.14%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0.19

 K value IS 0.67

RGB Variations

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

Color information

#095343 (or 0x095343) is known color: Cyprus. HEX triplet: 09, 53 and 43. RGB value is (9,83,67). Sum of RGB (Red+Green+Blue) = 9+83+67=159 (21% of max value = 765). Red value is 9 (3.91% from 255 or 5.66% from 159); Green value is 83 (32.81% from 255 or 52.20% from 159); Blue value is 67 (26.56% from 255 or 42.14% from 159); Max value from RGB is 83 - color contains mainly: green. Hex color #095343 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #095343 is #F6ACBC. Grayscale: #3B3B3B. Windows color (decimal): -16166077 or 4412169. OLE color: 4412169.

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

Color convert

RGB 9 83 67 -
CMYK 0.89 0 0.19 0.67
HSL 167.03º 0.8% 0.18% -
HSV(B) 167.03º 0.89% 0.33% -
XYZ 4.22 6.65 6.37 -
YUV 59.05 132.48 92.3 -
System Red Green Blue C M Y K H S L
Decimal 9 83 67 0.89 0 0.19 0.67 167.03 0.8 0.18
Hex 9 53 43 59 0 13 43 A7 50 12
Octal 11 123 103 131 0 23 103 247 120 22
Binary 1001 1010011 1000011 1011001 0 10011 1000011 10100111 1010000 10010

Color Harmonies of #095343

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #095343

Black with #095343

Text Example


Text Example

White with #095343

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #095343; }

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

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

background-color css

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

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

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

border-color css

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

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

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