Html Css Color HEX #094340 Cyprus

📋 copy color: '#094340'

red 9 ◦ green 67 ◦ blue 64

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

Shades of Cyprus #094340

Tints of Cyprus #094340

RGB

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

 GREEN value IS 67 (26.56% from 255) = 47.86%

 BLUE value IS 64 (25.39% from 255) = 45.71%

R = 6.43%
G = 47.86%
B = 45.71%

CMYK

 C value IS 0.87

 M value IS 0

 Y value IS 0.04

 K value IS 0.74

RGB Variations

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

Color information

#094340 (or 0x094340) is known color: Cyprus. HEX triplet: 09, 43 and 40. RGB value is (9,67,64). Sum of RGB (Red+Green+Blue) = 9+67+64=140 (18% of max value = 765). Red value is 9 (3.91% from 255 or 6.43% from 140); Green value is 67 (26.56% from 255 or 47.86% from 140); Blue value is 64 (25.39% from 255 or 45.71% from 140); Max value from RGB is 67 - color contains mainly: green. Hex color #094340 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #094340 is #F6BCBF. Grayscale: #313131. Windows color (decimal): -16170176 or 4211465. OLE color: 4211465.

HSL color Cylindrical-coordinate representation of color #094340: hue angle of 176.9º degrees, saturation: 0.76, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #094340 is Cyan = 0.87, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.74.

Color convert

RGB 9 67 64 -
CMYK 0.87 0 0.04 0.74
HSL 176.9º 0.76% 0.15% -
HSV(B) 176.9º 0.87% 0.26% -
XYZ 3.05 4.44 5.55 -
YUV 49.32 136.28 99.24 -
System Red Green Blue C M Y K H S L
Decimal 9 67 64 0.87 0 0.04 0.74 176.9 0.76 0.15
Hex 9 43 40 57 0 4 4A B1 4C F
Octal 11 103 100 127 0 4 112 261 114 17
Binary 1001 1000011 1000000 1010111 0 100 1001010 10110001 1001100 1111

Color Harmonies of #094340

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #094340

Black with #094340

Text Example


Text Example

White with #094340

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #094340; }

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

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

background-color css

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

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

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

border-color css

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

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

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