Html Css Color HEX #094B4A Cyprus

📋 copy color: '#094B4A'

red 9 ◦ green 75 ◦ blue 74

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

Shades of Cyprus #094B4A

Tints of Cyprus #094B4A

RGB

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

 GREEN value IS 75 (29.69% from 255) = 47.47%

 BLUE value IS 74 (29.3% from 255) = 46.84%

R = 5.7%
G = 47.47%
B = 46.84%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.01

 K value IS 0.71

RGB Variations

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

Color information

#094B4A (or 0x094B4A) is known color: Cyprus. HEX triplet: 09, 4B and 4A. RGB value is (9,75,74). Sum of RGB (Red+Green+Blue) = 9+75+74=158 (20% of max value = 765). Red value is 9 (3.91% from 255 or 5.70% from 158); Green value is 75 (29.69% from 255 or 47.47% from 158); Blue value is 74 (29.30% from 255 or 46.84% from 158); Max value from RGB is 75 - color contains mainly: green. Hex color #094B4A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #094B4A is #F6B4B5. Grayscale: #373737. Windows color (decimal): -16168118 or 4868873. OLE color: 4868873.

HSL color Cylindrical-coordinate representation of color #094B4A: hue angle of 179.09º degrees, saturation: 0.79, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #094B4A is Cyan = 0.88, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.71.

Color convert

RGB 9 75 74 -
CMYK 0.88 0 0.01 0.71
HSL 179.09º 0.79% 0.16% -
HSV(B) 179.09º 0.88% 0.29% -
XYZ 3.86 5.58 7.35 -
YUV 55.15 138.63 95.08 -
System Red Green Blue C M Y K H S L
Decimal 9 75 74 0.88 0 0.01 0.71 179.09 0.79 0.16
Hex 9 4B 4A 58 0 1 47 B3 4F 10
Octal 11 113 112 130 0 1 107 263 117 20
Binary 1001 1001011 1001010 1011000 0 1 1000111 10110011 1001111 10000

Color Harmonies of #094B4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #094B4A

Black with #094B4A

Text Example


Text Example

White with #094B4A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #094B4A; }

 p { color: rgb(9,75,74); }

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

background-color css

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

 a { background-color: rgb(9,75,74); }

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

border-color css

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

 span { border-color: rgb(9,75,74); }

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