Html Css Color HEX #074C37 Sherwood Green

📋 copy color: '#074C37'

red 7 ◦ green 76 ◦ blue 55

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

Shades of Sherwood Green #074C37

Tints of Sherwood Green #074C37

RGB

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

 GREEN value IS 76 (30.08% from 255) = 55.07%

 BLUE value IS 55 (21.88% from 255) = 39.86%

R = 5.07%
G = 55.07%
B = 39.86%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.28

 K value IS 0.70

RGB Variations

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

Color information

#074C37 (or 0x074C37) is known color: Sherwood Green. HEX triplet: 07, 4C and 37. RGB value is (7,76,55). Sum of RGB (Red+Green+Blue) = 7+76+55=138 (18% of max value = 765). Red value is 7 (3.12% from 255 or 5.07% from 138); Green value is 76 (30.08% from 255 or 55.07% from 138); Blue value is 55 (21.88% from 255 or 39.86% from 138); Max value from RGB is 76 - color contains mainly: green. Hex color #074C37 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #074C37 is #F8B3C8. Grayscale: #343434. Windows color (decimal): -16298953 or 3623943. OLE color: 3623943.

HSL color Cylindrical-coordinate representation of color #074C37: hue angle of 161.74º degrees, saturation: 0.83, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #074C37 is Cyan = 0.91, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.70.

Color convert

RGB 7 76 55 -
CMYK 0.91 0 0.28 0.70
HSL 161.74º 0.83% 0.16% -
HSV(B) 161.74º 0.91% 0.3% -
XYZ 3.36 5.49 4.5 -
YUV 52.98 129.14 95.21 -
System Red Green Blue C M Y K H S L
Decimal 7 76 55 0.91 0 0.28 0.70 161.74 0.83 0.16
Hex 7 4C 37 5B 0 1C 46 A2 53 10
Octal 7 114 67 133 0 34 106 242 123 20
Binary 111 1001100 110111 1011011 0 11100 1000110 10100010 1010011 10000

Color Harmonies of #074C37

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #074C37

Black with #074C37

Text Example


Text Example

White with #074C37

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(7,76,55); }

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

background-color css

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

 a { background-color: rgb(7,76,55); }

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

border-color css

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

 span { border-color: rgb(7,76,55); }

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