Html Css Color HEX #094341 Cyprus

📋 copy color: '#094341'

red 9 ◦ green 67 ◦ blue 65

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

Shades of Cyprus #094341

Tints of Cyprus #094341

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 46.1%

R = 6.38%
G = 47.52%
B = 46.1%

CMYK

 C value IS 0.87

 M value IS 0

 Y value IS 0.03

 K value IS 0.74

RGB Variations

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

Color information

#094341 (or 0x094341) is known color: Cyprus. HEX triplet: 09, 43 and 41. RGB value is (9,67,65). Sum of RGB (Red+Green+Blue) = 9+67+65=141 (18% of max value = 765). Red value is 9 (3.91% from 255 or 6.38% from 141); Green value is 67 (26.56% from 255 or 47.52% from 141); Blue value is 65 (25.78% from 255 or 46.10% from 141); Max value from RGB is 67 - color contains mainly: green. Hex color #094341 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #094341 is #F6BCBE. Grayscale: #313131. Windows color (decimal): -16170175 or 4277001. OLE color: 4277001.

HSL color Cylindrical-coordinate representation of color #094341: hue angle of 177.93º 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 #094341 is Cyan = 0.87, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.74.

Color convert

RGB 9 67 65 -
CMYK 0.87 0 0.03 0.74
HSL 177.93º 0.76% 0.15% -
HSV(B) 177.93º 0.87% 0.26% -
XYZ 3.07 4.45 5.7 -
YUV 49.43 136.78 99.16 -
System Red Green Blue C M Y K H S L
Decimal 9 67 65 0.87 0 0.03 0.74 177.93 0.76 0.15
Hex 9 43 41 57 0 3 4A B2 4C F
Octal 11 103 101 127 0 3 112 262 114 17
Binary 1001 1000011 1000001 1010111 0 11 1001010 10110010 1001100 1111

Color Harmonies of #094341

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #094341

Black with #094341

Text Example


Text Example

White with #094341

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #094341; }

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

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

background-color css

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

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

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

border-color css

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

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

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