Html Css Color HEX #094A34 Sherwood Green

📋 copy color: '#094A34'

red 9 ◦ green 74 ◦ blue 52

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

Shades of Sherwood Green #094A34

Tints of Sherwood Green #094A34

RGB

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

 GREEN value IS 74 (29.3% from 255) = 54.81%

 BLUE value IS 52 (20.7% from 255) = 38.52%

R = 6.67%
G = 54.81%
B = 38.52%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.30

 K value IS 0.71

RGB Variations

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

Color information

#094A34 (or 0x094A34) is known color: Sherwood Green. HEX triplet: 09, 4A and 34. RGB value is (9,74,52). Sum of RGB (Red+Green+Blue) = 9+74+52=135 (17% of max value = 765). Red value is 9 (3.91% from 255 or 6.67% from 135); Green value is 74 (29.30% from 255 or 54.81% from 135); Blue value is 52 (20.70% from 255 or 38.52% from 135); Max value from RGB is 74 - color contains mainly: green. Hex color #094A34 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #094A34 is #F6B5CB. Grayscale: #343434. Windows color (decimal): -16168396 or 3426825. OLE color: 3426825.

HSL color Cylindrical-coordinate representation of color #094A34: hue angle of 159.69º degrees, saturation: 0.78, 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 #094A34 is Cyan = 0.88, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.71.

Color convert

RGB 9 74 52 -
CMYK 0.88 0 0.30 0.71
HSL 159.69º 0.78% 0.16% -
HSV(B) 159.69º 0.88% 0.29% -
XYZ 3.18 5.2 4.09 -
YUV 52.06 127.97 97.29 -
System Red Green Blue C M Y K H S L
Decimal 9 74 52 0.88 0 0.30 0.71 159.69 0.78 0.16
Hex 9 4A 34 58 0 1E 47 A0 4E 10
Octal 11 112 64 130 0 36 107 240 116 20
Binary 1001 1001010 110100 1011000 0 11110 1000111 10100000 1001110 10000

Color Harmonies of #094A34

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #094A34

Black with #094A34

Text Example


Text Example

White with #094A34

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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