Html Css Color HEX #094534 Sherwood Green

📋 copy color: '#094534'

red 9 ◦ green 69 ◦ blue 52

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

Shades of Sherwood Green #094534

Tints of Sherwood Green #094534

RGB

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

 GREEN value IS 69 (27.34% from 255) = 53.08%

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

R = 6.92%
G = 53.08%
B = 40%

CMYK

 C value IS 0.87

 M value IS 0

 Y value IS 0.25

 K value IS 0.73

RGB Variations

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

Color information

#094534 (or 0x094534) is known color: Sherwood Green. HEX triplet: 09, 45 and 34. RGB value is (9,69,52). Sum of RGB (Red+Green+Blue) = 9+69+52=130 (17% of max value = 765). Red value is 9 (3.91% from 255 or 6.92% from 130); Green value is 69 (27.34% from 255 or 53.08% from 130); Blue value is 52 (20.70% from 255 or 40% from 130); Max value from RGB is 69 - color contains mainly: green. Hex color #094534 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #094534 is #F6BACB. Grayscale: #313131. Windows color (decimal): -16169676 or 3425545. OLE color: 3425545.

HSL color Cylindrical-coordinate representation of color #094534: hue angle of 163º degrees, saturation: 0.77, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #094534 is Cyan = 0.87, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.73.

Color convert

RGB 9 69 52 -
CMYK 0.87 0 0.25 0.73
HSL 163º 0.77% 0.15% -
HSV(B) 163º 0.87% 0.27% -
XYZ 2.86 4.56 3.98 -
YUV 49.12 129.62 99.38 -
System Red Green Blue C M Y K H S L
Decimal 9 69 52 0.87 0 0.25 0.73 163 0.77 0.15
Hex 9 45 34 57 0 19 49 A3 4D F
Octal 11 105 64 127 0 31 111 243 115 17
Binary 1001 1000101 110100 1010111 0 11001 1001001 10100011 1001101 1111

Color Harmonies of #094534

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #094534

Black with #094534

Text Example


Text Example

White with #094534

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #094534; }

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

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

background-color css

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

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

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

border-color css

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

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

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