Html Css Color HEX #094935 Sherwood Green

📋 copy color: '#094935'

red 9 ◦ green 73 ◦ blue 53

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

Shades of Sherwood Green #094935

Tints of Sherwood Green #094935

RGB

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

 GREEN value IS 73 (28.91% from 255) = 54.07%

 BLUE value IS 53 (21.09% from 255) = 39.26%

R = 6.67%
G = 54.07%
B = 39.26%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.27

 K value IS 0.71

RGB Variations

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

Color information

#094935 (or 0x094935) is known color: Sherwood Green. HEX triplet: 09, 49 and 35. RGB value is (9,73,53). Sum of RGB (Red+Green+Blue) = 9+73+53=135 (17% of max value = 765). Red value is 9 (3.91% from 255 or 6.67% from 135); Green value is 73 (28.91% from 255 or 54.07% from 135); Blue value is 53 (21.09% from 255 or 39.26% from 135); Max value from RGB is 73 - color contains mainly: green. Hex color #094935 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #094935 is #F6B6CA. Grayscale: #333333. Windows color (decimal): -16168651 or 3492105. OLE color: 3492105.

HSL color Cylindrical-coordinate representation of color #094935: hue angle of 161.25º 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 #094935 is Cyan = 0.88, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.71.

Color convert

RGB 9 73 53 -
CMYK 0.88 0 0.27 0.71
HSL 161.25º 0.78% 0.16% -
HSV(B) 161.25º 0.88% 0.29% -
XYZ 3.14 5.08 4.18 -
YUV 51.58 128.8 97.63 -
System Red Green Blue C M Y K H S L
Decimal 9 73 53 0.88 0 0.27 0.71 161.25 0.78 0.16
Hex 9 49 35 58 0 1B 47 A1 4E 10
Octal 11 111 65 130 0 33 107 241 116 20
Binary 1001 1001001 110101 1011000 0 11011 1000111 10100001 1001110 10000

Color Harmonies of #094935

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #094935

Black with #094935

Text Example


Text Example

White with #094935

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #094935; }

 p { color: rgb(9,73,53); }

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

background-color css

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

 a { background-color: rgb(9,73,53); }

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

border-color css

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

 span { border-color: rgb(9,73,53); }

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