#074D36

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

Shades of Sherwood Green #074D36

Tints of Sherwood Green #074D36

Color information

#074D36 (or 0x074D36) is unknown color: approx Sherwood Green. HEX triplet: 07, 4D and 36. RGB value is (7,77,54). Sum of RGB (Red+Green+Blue) = 7+77+54=138 (18% of max value = 765). Red value is 7 (3.12% from 255 or 5.07% from 138); Green value is 77 (30.47% from 255 or 55.80% from 138); Blue value is 54 (21.48% from 255 or 39.13% from 138); Max value from RGB is 77 - color contains mainly: green. Hex color #074D36 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #074D36 is #F8B2C9. Grayscale: #353535. Windows color (decimal): -16298698 or 3558663. OLE color: 3558663.

HSL color Cylindrical-coordinate representation of color #074D36: hue angle of 160.29º 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 #074D36 is Cyan = 0.91, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.70.

Color convert

RGB77754-
CMYK0.9100.300.70
HSL160.29º83.33%16.47%-
HSV(B)160.29º90.91%30.2%-
XYZ3.415.624.4-
YUV53.45128.3194.87-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 5.07%
GREEN value IS 77 (30.47% from 255) = 55.80%
BLUE value IS 54 (21.48% from 255) = 39.13%
R=5.07%
G=55.80%
B=39.13%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal777540.9100.300.70160.2983.3316.47
Hex74D365B01E46a05310
Octal71156613303610624012320
Binary11110011011101101011011011110100011010100000101001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #074D36

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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