Html Css Color HEX #4A8666 Como

📋 copy color: '#4A8666'

red 74 ◦ green 134 ◦ blue 102

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

Shades of Como #4A8666

Tints of Como #4A8666

RGB

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

 GREEN value IS 134 (52.73% from 255) = 43.23%

 BLUE value IS 102 (40.23% from 255) = 32.9%

R = 23.87%
G = 43.23%
B = 32.9%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.24

 K value IS 0.47

RGB Variations

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

Color information

#4A8666 (or 0x4A8666) is known color: Como. HEX triplet: 4A, 86 and 66. RGB value is (74,134,102). Sum of RGB (Red+Green+Blue) = 74+134+102=310 (41% of max value = 765). Red value is 74 (29.30% from 255 or 23.87% from 310); Green value is 134 (52.73% from 255 or 43.23% from 310); Blue value is 102 (40.23% from 255 or 32.90% from 310); Max value from RGB is 134 - color contains mainly: green. Hex color #4A8666 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #4A8666 is #B57999. Grayscale: #707070. Windows color (decimal): -11893146 or 6719050. OLE color: 6719050.

HSL color Cylindrical-coordinate representation of color #4A8666: hue angle of 148º degrees, saturation: 0.29, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #4A8666 is Cyan = 0.45, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.47.

Color convert

RGB 74 134 102 -
CMYK 0.45 0 0.24 0.47
HSL 148º 0.29% 0.41% -
HSV(B) 148º 0.45% 0.53% -
XYZ 13.75 19.47 15.6 -
YUV 112.41 122.12 100.6 -
System Red Green Blue C M Y K H S L
Decimal 74 134 102 0.45 0 0.24 0.47 148 0.29 0.41
Hex 4A 86 66 2D 0 18 2F 94 1D 29
Octal 112 206 146 55 0 30 57 224 35 51
Binary 1001010 10000110 1100110 101101 0 11000 101111 10010100 11101 101001

Color Harmonies of #4A8666

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4A8666

Black with #4A8666

Text Example


Text Example

White with #4A8666

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(74,134,102); }

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

background-color css

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

 a { background-color: rgb(74,134,102); }

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

border-color css

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

 span { border-color: rgb(74,134,102); }

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