#074835

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

Shades of Sherwood Green #074835

Tints of Sherwood Green #074835

Color information

#074835 (or 0x074835) is unknown color: approx Sherwood Green. HEX triplet: 07, 48 and 35. RGB value is (7,72,53). Sum of RGB (Red+Green+Blue) = 7+72+53=132 (17% of max value = 765). Red value is 7 (3.12% from 255 or 5.30% from 132); Green value is 72 (28.52% from 255 or 54.55% from 132); Blue value is 53 (21.09% from 255 or 40.15% from 132); Max value from RGB is 72 - color contains mainly: green. Hex color #074835 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #074835 is #F8B7CA. Grayscale: #323232. Windows color (decimal): -16299979 or 3491847. OLE color: 3491847.

HSL color Cylindrical-coordinate representation of color #074835: hue angle of 162.46º degrees, saturation: 0.82, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #074835 is Cyan = 0.90, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.72.

Color convert

RGB77253-
CMYK0.9000.260.72
HSL162.46º82.28%15.49%-
HSV(B)162.46º90.28%28.24%-
XYZ3.054.944.16-
YUV50.4129.4797.04-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 5.30%
GREEN value IS 72 (28.52% from 255) = 54.55%
BLUE value IS 53 (21.09% from 255) = 40.15%
R=5.30%
G=54.55%
B=40.15%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal772530.9000.260.72162.4682.2815.49
Hex748355A01A48a252f
Octal71106513203211024212217
Binary1111001000110101101101001101010010001010001010100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #074835

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #074835; }

 p { color: rgb(7,72,53); }

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

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

 a { background-color: rgb(7,72,53); }

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

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

 span { border-color: rgb(7,72,53); }

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