Html Css Color HEX #4A855F Como

📋 copy color: '#4A855F'

red 74 ◦ green 133 ◦ blue 95

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

Shades of Como #4A855F

Tints of Como #4A855F

RGB

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

 GREEN value IS 133 (52.34% from 255) = 44.04%

 BLUE value IS 95 (37.5% from 255) = 31.46%

R = 24.5%
G = 44.04%
B = 31.46%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.29

 K value IS 0.48

RGB Variations

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

Color information

#4A855F (or 0x4A855F) is known color: Como. HEX triplet: 4A, 85 and 5F. RGB value is (74,133,95). Sum of RGB (Red+Green+Blue) = 74+133+95=302 (40% of max value = 765). Red value is 74 (29.30% from 255 or 24.50% from 302); Green value is 133 (52.34% from 255 or 44.04% from 302); Blue value is 95 (37.5% from 255 or 31.46% from 302); Max value from RGB is 133 - color contains mainly: green. Hex color #4A855F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #4A855F is #B57AA0. Grayscale: #6F6F6F. Windows color (decimal): -11893409 or 6260042. OLE color: 6260042.

HSL color Cylindrical-coordinate representation of color #4A855F: hue angle of 141.36º degrees, saturation: 0.29, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #4A855F is Cyan = 0.44, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.48.

Color convert

RGB 74 133 95 -
CMYK 0.44 0 0.29 0.48
HSL 141.36º 0.29% 0.41% -
HSV(B) 141.36º 0.44% 0.52% -
XYZ 13.28 19.06 13.81 -
YUV 111.03 118.95 101.59 -
System Red Green Blue C M Y K H S L
Decimal 74 133 95 0.44 0 0.29 0.48 141.36 0.29 0.41
Hex 4A 85 5F 2C 0 1D 30 8D 1D 29
Octal 112 205 137 54 0 35 60 215 35 51
Binary 1001010 10000101 1011111 101100 0 11101 110000 10001101 11101 101001

Color Harmonies of #4A855F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4A855F

Black with #4A855F

Text Example


Text Example

White with #4A855F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(74,133,95); }

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

background-color css

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

 a { background-color: rgb(74,133,95); }

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

border-color css

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

 span { border-color: rgb(74,133,95); }

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