Html Css Color HEX #074C36 Sherwood Green

📋 copy color: '#074C36'

red 7 ◦ green 76 ◦ blue 54

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

Shades of Sherwood Green #074C36

Tints of Sherwood Green #074C36

RGB

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

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

 BLUE value IS 54 (21.48% from 255) = 39.42%

R = 5.11%
G = 55.47%
B = 39.42%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.29

 K value IS 0.70

RGB Variations

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

Color information

#074C36 (or 0x074C36) is known color: Sherwood Green. HEX triplet: 07, 4C and 36. RGB value is (7,76,54). Sum of RGB (Red+Green+Blue) = 7+76+54=137 (18% of max value = 765). Red value is 7 (3.12% from 255 or 5.11% from 137); Green value is 76 (30.08% from 255 or 55.47% from 137); Blue value is 54 (21.48% from 255 or 39.42% from 137); Max value from RGB is 76 - color contains mainly: green. Hex color #074C36 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #074C36 is #F8B3C9. Grayscale: #343434. Windows color (decimal): -16298954 or 3558407. OLE color: 3558407.

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

Color convert

RGB 7 76 54 -
CMYK 0.91 0 0.29 0.70
HSL 160.87º 0.83% 0.16% -
HSV(B) 160.87º 0.91% 0.3% -
XYZ 3.34 5.48 4.37 -
YUV 52.86 128.64 95.29 -
System Red Green Blue C M Y K H S L
Decimal 7 76 54 0.91 0 0.29 0.70 160.87 0.83 0.16
Hex 7 4C 36 5B 0 1D 46 A1 53 10
Octal 7 114 66 133 0 35 106 241 123 20
Binary 111 1001100 110110 1011011 0 11101 1000110 10100001 1010011 10000

Color Harmonies of #074C36

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #074C36

Black with #074C36

Text Example


Text Example

White with #074C36

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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