Html Css Color HEX #074F38 Sherwood Green

📋 copy color: '#074F38'

red 7 ◦ green 79 ◦ blue 56

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

Shades of Sherwood Green #074F38

Tints of Sherwood Green #074F38

RGB

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

 GREEN value IS 79 (31.25% from 255) = 55.63%

 BLUE value IS 56 (22.27% from 255) = 39.44%

R = 4.93%
G = 55.63%
B = 39.44%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.29

 K value IS 0.69

RGB Variations

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

Color information

#074F38 (or 0x074F38) is known color: Sherwood Green. HEX triplet: 07, 4F and 38. RGB value is (7,79,56). Sum of RGB (Red+Green+Blue) = 7+79+56=142 (18% of max value = 765). Red value is 7 (3.12% from 255 or 4.93% from 142); Green value is 79 (31.25% from 255 or 55.63% from 142); Blue value is 56 (22.27% from 255 or 39.44% from 142); Max value from RGB is 79 - color contains mainly: green. Hex color #074F38 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #074F38 is #F8B0C7. Grayscale: #363636. Windows color (decimal): -16298184 or 3690247. OLE color: 3690247.

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

Color convert

RGB 7 79 56 -
CMYK 0.91 0 0.29 0.69
HSL 160.83º 0.84% 0.17% -
HSV(B) 160.83º 0.91% 0.31% -
XYZ 3.6 5.92 4.69 -
YUV 54.85 128.65 93.87 -
System Red Green Blue C M Y K H S L
Decimal 7 79 56 0.91 0 0.29 0.69 160.83 0.84 0.17
Hex 7 4F 38 5B 0 1D 45 A1 54 11
Octal 7 117 70 133 0 35 105 241 124 21
Binary 111 1001111 111000 1011011 0 11101 1000101 10100001 1010100 10001

Color Harmonies of #074F38

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #074F38

Black with #074F38

Text Example


Text Example

White with #074F38

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(7,79,56); }

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

background-color css

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

 a { background-color: rgb(7,79,56); }

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

border-color css

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

 span { border-color: rgb(7,79,56); }

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