Html Css Color HEX #4C855E Como

📋 copy color: '#4C855E'

red 76 ◦ green 133 ◦ blue 94

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

Shades of Como #4C855E

Tints of Como #4C855E

RGB

 RED value IS 76 (30.08% from 255) = 25.08%

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

 BLUE value IS 94 (37.11% from 255) = 31.02%

R = 25.08%
G = 43.89%
B = 31.02%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.29

 K value IS 0.48

RGB Variations

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

Color information

#4C855E (or 0x4C855E) is known color: Como. HEX triplet: 4C, 85 and 5E. RGB value is (76,133,94). Sum of RGB (Red+Green+Blue) = 76+133+94=303 (40% of max value = 765). Red value is 76 (30.08% from 255 or 25.08% from 303); Green value is 133 (52.34% from 255 or 43.89% from 303); Blue value is 94 (37.11% from 255 or 31.02% from 303); Max value from RGB is 133 - color contains mainly: green. Hex color #4C855E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #4C855E is #B37AA1. Grayscale: #6F6F6F. Windows color (decimal): -11762338 or 6194508. OLE color: 6194508.

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

Color convert

RGB 76 133 94 -
CMYK 0.43 0 0.29 0.48
HSL 138.95º 0.27% 0.41% -
HSV(B) 138.95º 0.43% 0.52% -
XYZ 13.39 19.12 13.57 -
YUV 111.51 118.12 102.67 -
System Red Green Blue C M Y K H S L
Decimal 76 133 94 0.43 0 0.29 0.48 138.95 0.27 0.41
Hex 4C 85 5E 2B 0 1D 30 8B 1B 29
Octal 114 205 136 53 0 35 60 213 33 51
Binary 1001100 10000101 1011110 101011 0 11101 110000 10001011 11011 101001

Color Harmonies of #4C855E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4C855E

Black with #4C855E

Text Example


Text Example

White with #4C855E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(76,133,94); }

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

background-color css

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

 a { background-color: rgb(76,133,94); }

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

border-color css

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

 span { border-color: rgb(76,133,94); }

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