#074634

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

Shades of Sherwood Green #074634

Tints of Sherwood Green #074634

Color information

#074634 (or 0x074634) is unknown color: approx Sherwood Green. HEX triplet: 07, 46 and 34. RGB value is (7,70,52). Sum of RGB (Red+Green+Blue) = 7+70+52=129 (17% of max value = 765). Red value is 7 (3.12% from 255 or 5.43% from 129); Green value is 70 (27.73% from 255 or 54.26% from 129); Blue value is 52 (20.70% from 255 or 40.31% from 129); Max value from RGB is 70 - color contains mainly: green. Hex color #074634 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #074634 is #F8B9CB. Grayscale: #313131. Windows color (decimal): -16300492 or 3425799. OLE color: 3425799.

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

Color convert

RGB77052-
CMYK0.9000.260.73
HSL162.86º81.82%15.1%-
HSV(B)162.86º90%27.45%-
XYZ2.94.674-
YUV49.11129.6397.96-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 5.43%
GREEN value IS 70 (27.73% from 255) = 54.26%
BLUE value IS 52 (20.70% from 255) = 40.31%
R=5.43%
G=54.26%
B=40.31%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal770520.9000.260.73162.8681.8215.1
Hex746345A01A49a352f
Octal71066413203211124312217
Binary1111000110110100101101001101010010011010001110100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #074634

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #074634; }

 p { color: rgb(7,70,52); }

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

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

 a { background-color: rgb(7,70,52); }

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

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

 span { border-color: rgb(7,70,52); }

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