Html Css Color HEX #4A8658 Como

📋 copy color: '#4A8658'

red 74 ◦ green 134 ◦ blue 88

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

Shades of Como #4A8658

Tints of Como #4A8658

RGB

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

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

 BLUE value IS 88 (34.77% from 255) = 29.73%

R = 25%
G = 45.27%
B = 29.73%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.34

 K value IS 0.47

RGB Variations

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

Color information

#4A8658 (or 0x4A8658) is known color: Como. HEX triplet: 4A, 86 and 58. RGB value is (74,134,88). Sum of RGB (Red+Green+Blue) = 74+134+88=296 (39% of max value = 765). Red value is 74 (29.30% from 255 or 25% from 296); Green value is 134 (52.73% from 255 or 45.27% from 296); Blue value is 88 (34.77% from 255 or 29.73% from 296); Max value from RGB is 134 - color contains mainly: green. Hex color #4A8658 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #4A8658 is #B579A7. Grayscale: #6E6E6E. Windows color (decimal): -11893160 or 5801546. OLE color: 5801546.

HSL color Cylindrical-coordinate representation of color #4A8658: hue angle of 134º 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 #4A8658 is Cyan = 0.45, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.47.

Color convert

RGB 74 134 88 -
CMYK 0.45 0 0.34 0.47
HSL 134º 0.29% 0.41% -
HSV(B) 134º 0.45% 0.53% -
XYZ 13.11 19.21 12.25 -
YUV 110.82 115.12 101.74 -
System Red Green Blue C M Y K H S L
Decimal 74 134 88 0.45 0 0.34 0.47 134 0.29 0.41
Hex 4A 86 58 2D 0 22 2F 86 1D 29
Octal 112 206 130 55 0 42 57 206 35 51
Binary 1001010 10000110 1011000 101101 0 100010 101111 10000110 11101 101001

Color Harmonies of #4A8658

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4A8658

Black with #4A8658

Text Example


Text Example

White with #4A8658

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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