Html Css Color HEX #4A7656 Como

📋 copy color: '#4A7656'

red 74 ◦ green 118 ◦ blue 86

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

Shades of Como #4A7656

Tints of Como #4A7656

RGB

 RED value IS 74 (29.3% from 255) = 26.62%

 GREEN value IS 118 (46.48% from 255) = 42.45%

 BLUE value IS 86 (33.98% from 255) = 30.94%

R = 26.62%
G = 42.45%
B = 30.94%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.27

 K value IS 0.54

RGB Variations

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

Color information

#4A7656 (or 0x4A7656) is known color: Como. HEX triplet: 4A, 76 and 56. RGB value is (74,118,86). Sum of RGB (Red+Green+Blue) = 74+118+86=278 (36% of max value = 765). Red value is 74 (29.30% from 255 or 26.62% from 278); Green value is 118 (46.48% from 255 or 42.45% from 278); Blue value is 86 (33.98% from 255 or 30.94% from 278); Max value from RGB is 118 - color contains mainly: green. Hex color #4A7656 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #4A7656 is #B589A9. Grayscale: #656565. Windows color (decimal): -11897258 or 5666378. OLE color: 5666378.

HSL color Cylindrical-coordinate representation of color #4A7656: hue angle of 136.36º degrees, saturation: 0.23, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #4A7656 is Cyan = 0.37, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.54.

Color convert

RGB 74 118 86 -
CMYK 0.37 0 0.27 0.54
HSL 136.36º 0.23% 0.38% -
HSV(B) 136.36º 0.37% 0.46% -
XYZ 10.98 15.08 11.14 -
YUV 101.2 119.42 108.6 -
System Red Green Blue C M Y K H S L
Decimal 74 118 86 0.37 0 0.27 0.54 136.36 0.23 0.38
Hex 4A 76 56 25 0 1B 36 88 17 26
Octal 112 166 126 45 0 33 66 210 27 46
Binary 1001010 1110110 1010110 100101 0 11011 110110 10001000 10111 100110

Color Harmonies of #4A7656

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4A7656

Black with #4A7656

Text Example


Text Example

White with #4A7656

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4A7656; }

 p { color: rgb(74,118,86); }

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

background-color css

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

 a { background-color: rgb(74,118,86); }

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

border-color css

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

 span { border-color: rgb(74,118,86); }

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