#074E35

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

Shades of Sherwood Green #074E35

Tints of Sherwood Green #074E35

Color information

#074E35 (or 0x074E35) is unknown color: approx Sherwood Green. HEX triplet: 07, 4E and 35. RGB value is (7,78,53). Sum of RGB (Red+Green+Blue) = 7+78+53=138 (18% of max value = 765). Red value is 7 (3.12% from 255 or 5.07% from 138); Green value is 78 (30.86% from 255 or 56.52% from 138); Blue value is 53 (21.09% from 255 or 38.41% from 138); Max value from RGB is 78 - color contains mainly: green. Hex color #074E35 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #074E35 is #F8B1CA. Grayscale: #353535. Windows color (decimal): -16298443 or 3493383. OLE color: 3493383.

HSL color Cylindrical-coordinate representation of color #074E35: hue angle of 158.87º degrees, saturation: 0.84, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #074E35 is Cyan = 0.91, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.69.

Color convert

RGB77853-
CMYK0.9100.320.69
HSL158.87º83.53%16.67%-
HSV(B)158.87º91.03%30.59%-
XYZ3.455.754.3-
YUV53.92127.4894.53-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 5.07%
GREEN value IS 78 (30.86% from 255) = 56.52%
BLUE value IS 53 (21.09% from 255) = 38.41%
R=5.07%
G=56.52%
B=38.41%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal778530.9100.320.69158.8783.5316.67
Hex74E355B020459f5411
Octal71166513304010523712421
Binary111100111011010110110110100000100010110011111101010010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #074E35

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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