#094B34

Color #094B34 Sherwood Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Sherwood Green #094B34

Tints of Sherwood Green #094B34

Color information

#094B34 (or 0x094B34) is unknown color: approx Sherwood Green. HEX triplet: 09, 4B and 34. RGB value is (9,75,52). Sum of RGB (Red+Green+Blue) = 9+75+52=136 (18% of max value = 765). Red value is 9 (3.91% from 255 or 6.62% from 136); Green value is 75 (29.69% from 255 or 55.15% from 136); Blue value is 52 (20.70% from 255 or 38.24% from 136); Max value from RGB is 75 - color contains mainly: green. Hex color #094B34 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #094B34 is #F6B4CB. Grayscale: #343434. Windows color (decimal): -16168140 or 3427081. OLE color: 3427081.

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

Color convert

RGB97552-
CMYK0.8800.310.71
HSL159.09º78.57%16.47%-
HSV(B)159.09º88%29.41%-
XYZ3.255.344.11-
YUV52.64127.6396.87-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 6.62%
GREEN value IS 75 (29.69% from 255) = 55.15%
BLUE value IS 52 (20.70% from 255) = 38.24%
R=6.62%
G=55.15%
B=38.24%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal975520.8800.310.71159.0978.5716.47
Hex94B345801F479f4f10
Octal111136413003710723711720
Binary100110010111101001011000011111100011110011111100111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #094B34

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #094B34;
 }
 .AnyTagClassName
 {
   color: #094B34;
 }
</style>
background-color css

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

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

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

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

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

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