Html Css Color HEX #4C865F Como

📋 copy color: '#4C865F'

red 76 ◦ green 134 ◦ blue 95

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

Shades of Como #4C865F

Tints of Como #4C865F

RGB

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

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

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

R = 24.92%
G = 43.93%
B = 31.15%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.29

 K value IS 0.47

RGB Variations

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

Color information

#4C865F (or 0x4C865F) is known color: Como. HEX triplet: 4C, 86 and 5F. RGB value is (76,134,95). Sum of RGB (Red+Green+Blue) = 76+134+95=305 (40% of max value = 765). Red value is 76 (30.08% from 255 or 24.92% from 305); Green value is 134 (52.73% from 255 or 43.93% from 305); Blue value is 95 (37.5% from 255 or 31.15% from 305); Max value from RGB is 134 - color contains mainly: green. Hex color #4C865F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #4C865F is #B379A0. Grayscale: #707070. Windows color (decimal): -11762081 or 6260300. OLE color: 6260300.

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

Color convert

RGB 76 134 95 -
CMYK 0.43 0 0.29 0.47
HSL 139.66º 0.28% 0.41% -
HSV(B) 139.66º 0.43% 0.53% -
XYZ 13.57 19.41 13.86 -
YUV 112.21 118.28 102.17 -
System Red Green Blue C M Y K H S L
Decimal 76 134 95 0.43 0 0.29 0.47 139.66 0.28 0.41
Hex 4C 86 5F 2B 0 1D 2F 8C 1C 29
Octal 114 206 137 53 0 35 57 214 34 51
Binary 1001100 10000110 1011111 101011 0 11101 101111 10001100 11100 101001

Color Harmonies of #4C865F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4C865F

Black with #4C865F

Text Example


Text Example

White with #4C865F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(76,134,95); }

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

background-color css

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

 a { background-color: rgb(76,134,95); }

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

border-color css

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

 span { border-color: rgb(76,134,95); }

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