Html Css Color HEX #4C8358 Como

📋 copy color: '#4C8358'

red 76 ◦ green 131 ◦ blue 88

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

Shades of Como #4C8358

Tints of Como #4C8358

RGB

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

 GREEN value IS 131 (51.56% from 255) = 44.41%

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

R = 25.76%
G = 44.41%
B = 29.83%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.33

 K value IS 0.49

RGB Variations

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

Color information

#4C8358 (or 0x4C8358) is known color: Como. HEX triplet: 4C, 83 and 58. RGB value is (76,131,88). Sum of RGB (Red+Green+Blue) = 76+131+88=295 (39% of max value = 765). Red value is 76 (30.08% from 255 or 25.76% from 295); Green value is 131 (51.56% from 255 or 44.41% from 295); Blue value is 88 (34.77% from 255 or 29.83% from 295); Max value from RGB is 131 - color contains mainly: green. Hex color #4C8358 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #4C8358 is #B37CA7. Grayscale: #6D6D6D. Windows color (decimal): -11762856 or 5800780. OLE color: 5800780.

HSL color Cylindrical-coordinate representation of color #4C8358: hue angle of 133.09º degrees, saturation: 0.27, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #4C8358 is Cyan = 0.42, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.49.

Color convert

RGB 76 131 88 -
CMYK 0.42 0 0.33 0.49
HSL 133.09º 0.27% 0.41% -
HSV(B) 133.09º 0.42% 0.51% -
XYZ 12.86 18.47 12.12 -
YUV 109.65 115.78 104 -
System Red Green Blue C M Y K H S L
Decimal 76 131 88 0.42 0 0.33 0.49 133.09 0.27 0.41
Hex 4C 83 58 2A 0 21 31 85 1B 29
Octal 114 203 130 52 0 41 61 205 33 51
Binary 1001100 10000011 1011000 101010 0 100001 110001 10000101 11011 101001

Color Harmonies of #4C8358

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4C8358

Black with #4C8358

Text Example


Text Example

White with #4C8358

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(76,131,88); }

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

background-color css

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

 a { background-color: rgb(76,131,88); }

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

border-color css

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

 span { border-color: rgb(76,131,88); }

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