Html Css Color HEX #4A875B Como

📋 copy color: '#4A875B'

red 74 ◦ green 135 ◦ blue 91

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

Shades of Como #4A875B

Tints of Como #4A875B

RGB

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

 GREEN value IS 135 (53.13% from 255) = 45%

 BLUE value IS 91 (35.94% from 255) = 30.33%

R = 24.67%
G = 45%
B = 30.33%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.33

 K value IS 0.47

RGB Variations

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

Color information

#4A875B (or 0x4A875B) is known color: Como. HEX triplet: 4A, 87 and 5B. RGB value is (74,135,91). Sum of RGB (Red+Green+Blue) = 74+135+91=300 (39% of max value = 765). Red value is 74 (29.30% from 255 or 24.67% from 300); Green value is 135 (53.12% from 255 or 45% from 300); Blue value is 91 (35.94% from 255 or 30.33% from 300); Max value from RGB is 135 - color contains mainly: green. Hex color #4A875B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #4A875B is #B578A4. Grayscale: #6F6F6F. Windows color (decimal): -11892901 or 5998410. OLE color: 5998410.

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

Color convert

RGB 74 135 91 -
CMYK 0.45 0 0.33 0.47
HSL 136.72º 0.29% 0.41% -
HSV(B) 136.72º 0.45% 0.53% -
XYZ 13.38 19.54 12.96 -
YUV 111.75 116.29 101.08 -
System Red Green Blue C M Y K H S L
Decimal 74 135 91 0.45 0 0.33 0.47 136.72 0.29 0.41
Hex 4A 87 5B 2D 0 21 2F 89 1D 29
Octal 112 207 133 55 0 41 57 211 35 51
Binary 1001010 10000111 1011011 101101 0 100001 101111 10001001 11101 101001

Color Harmonies of #4A875B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4A875B

Black with #4A875B

Text Example


Text Example

White with #4A875B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(74,135,91); }

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

background-color css

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

 a { background-color: rgb(74,135,91); }

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

border-color css

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

 span { border-color: rgb(74,135,91); }

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