#074D37

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

Shades of Sherwood Green #074D37

Tints of Sherwood Green #074D37

Color information

#074D37 (or 0x074D37) is unknown color: approx Sherwood Green. HEX triplet: 07, 4D and 37. RGB value is (7,77,55). Sum of RGB (Red+Green+Blue) = 7+77+55=139 (18% of max value = 765). Red value is 7 (3.12% from 255 or 5.04% from 139); Green value is 77 (30.47% from 255 or 55.40% from 139); Blue value is 55 (21.88% from 255 or 39.57% from 139); Max value from RGB is 77 - color contains mainly: green. Hex color #074D37 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #074D37 is #F8B2C8. Grayscale: #353535. Windows color (decimal): -16298697 or 3624199. OLE color: 3624199.

HSL color Cylindrical-coordinate representation of color #074D37: hue angle of 161.14º degrees, saturation: 0.83, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #074D37 is Cyan = 0.91, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.70.

Color convert

RGB77755-
CMYK0.9100.290.70
HSL161.14º83.33%16.47%-
HSV(B)161.14º90.91%30.2%-
XYZ3.435.634.52-
YUV53.56128.8194.79-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 5.04%
GREEN value IS 77 (30.47% from 255) = 55.40%
BLUE value IS 55 (21.88% from 255) = 39.57%
R=5.04%
G=55.40%
B=39.57%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal777550.9100.290.70161.1483.3316.47
Hex74D375B01D46a15310
Octal71156713303510624112320
Binary11110011011101111011011011101100011010100001101001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #074D37

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #074D37; }

 p { color: rgb(7,77,55); }

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

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

 a { background-color: rgb(7,77,55); }

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

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

 span { border-color: rgb(7,77,55); }

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