Html Css Color HEX #074935 Sherwood Green

📋 copy color: '#074935'

red 7 ◦ green 73 ◦ blue 53

#074935
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Sherwood Green #074935

Tints of Sherwood Green #074935

RGB

 RED value IS 7 (3.13% from 255) = 5.26%

 GREEN value IS 73 (28.91% from 255) = 54.89%

 BLUE value IS 53 (21.09% from 255) = 39.85%

R = 5.26%
G = 54.89%
B = 39.85%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.27

 K value IS 0.71

RGB Variations

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

Color information

#074935 (or 0x074935) is known color: Sherwood Green. HEX triplet: 07, 49 and 35. RGB value is (7,73,53). Sum of RGB (Red+Green+Blue) = 7+73+53=133 (17% of max value = 765). Red value is 7 (3.12% from 255 or 5.26% from 133); Green value is 73 (28.91% from 255 or 54.89% from 133); Blue value is 53 (21.09% from 255 or 39.85% from 133); Max value from RGB is 73 - color contains mainly: green. Hex color #074935 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #074935 is #F8B6CA. Grayscale: #333333. Windows color (decimal): -16299723 or 3492103. OLE color: 3492103.

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

Color convert

RGB 7 73 53 -
CMYK 0.90 0 0.27 0.71
HSL 161.82º 0.83% 0.16% -
HSV(B) 161.82º 0.9% 0.29% -
XYZ 3.11 5.07 4.18 -
YUV 50.99 129.13 96.63 -
System Red Green Blue C M Y K H S L
Decimal 7 73 53 0.90 0 0.27 0.71 161.82 0.83 0.16
Hex 7 49 35 5A 0 1B 47 A2 52 10
Octal 7 111 65 132 0 33 107 242 122 20
Binary 111 1001001 110101 1011010 0 11011 1000111 10100010 1010010 10000

Color Harmonies of #074935

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #074935

Black with #074935

Text Example


Text Example

White with #074935

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #074935; }

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

 H1.HeaderClassName
 {
   color: #074935;
 }
 .AnyTagClassName
 {
   color: #074935;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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