Html Css Color HEX #095242 Cyprus

📋 copy color: '#095242'

red 9 ◦ green 82 ◦ blue 66

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

Shades of Cyprus #095242

Tints of Cyprus #095242

RGB

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

 GREEN value IS 82 (32.42% from 255) = 52.23%

 BLUE value IS 66 (26.17% from 255) = 42.04%

R = 5.73%
G = 52.23%
B = 42.04%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0.20

 K value IS 0.68

RGB Variations

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

Color information

#095242 (or 0x095242) is known color: Cyprus. HEX triplet: 09, 52 and 42. RGB value is (9,82,66). Sum of RGB (Red+Green+Blue) = 9+82+66=157 (20% of max value = 765). Red value is 9 (3.91% from 255 or 5.73% from 157); Green value is 82 (32.42% from 255 or 52.23% from 157); Blue value is 66 (26.17% from 255 or 42.04% from 157); Max value from RGB is 82 - color contains mainly: green. Hex color #095242 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #095242 is #F6ADBD. Grayscale: #3A3A3A. Windows color (decimal): -16166334 or 4346377. OLE color: 4346377.

HSL color Cylindrical-coordinate representation of color #095242: hue angle of 166.85º degrees, saturation: 0.8, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #095242 is Cyan = 0.89, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.68.

Color convert

RGB 9 82 66 -
CMYK 0.89 0 0.20 0.68
HSL 166.85º 0.8% 0.18% -
HSV(B) 166.85º 0.89% 0.32% -
XYZ 4.11 6.49 6.19 -
YUV 58.35 132.32 92.8 -
System Red Green Blue C M Y K H S L
Decimal 9 82 66 0.89 0 0.20 0.68 166.85 0.8 0.18
Hex 9 52 42 59 0 14 44 A7 50 12
Octal 11 122 102 131 0 24 104 247 120 22
Binary 1001 1010010 1000010 1011001 0 10100 1000100 10100111 1010000 10010

Color Harmonies of #095242

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #095242

Black with #095242

Text Example


Text Example

White with #095242

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #095242; }

 p { color: rgb(9,82,66); }

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

background-color css

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

 a { background-color: rgb(9,82,66); }

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

border-color css

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

 span { border-color: rgb(9,82,66); }

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