Html Css Color HEX #4C7258 Como

📋 copy color: '#4C7258'

red 76 ◦ green 114 ◦ blue 88

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

Shades of Como #4C7258

Tints of Como #4C7258

RGB

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

 GREEN value IS 114 (44.92% from 255) = 41.01%

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

R = 27.34%
G = 41.01%
B = 31.65%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.23

 K value IS 0.55

RGB Variations

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

Color information

#4C7258 (or 0x4C7258) is known color: Como. HEX triplet: 4C, 72 and 58. RGB value is (76,114,88). Sum of RGB (Red+Green+Blue) = 76+114+88=278 (36% of max value = 765). Red value is 76 (30.08% from 255 or 27.34% from 278); Green value is 114 (44.92% from 255 or 41.01% from 278); Blue value is 88 (34.77% from 255 or 31.65% from 278); Max value from RGB is 114 - color contains mainly: green. Hex color #4C7258 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #4C7258 is #B38DA7. Grayscale: #636363. Windows color (decimal): -11767208 or 5796428. OLE color: 5796428.

HSL color Cylindrical-coordinate representation of color #4C7258: hue angle of 138.95º degrees, saturation: 0.2, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #4C7258 is Cyan = 0.33, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.55.

Color convert

RGB 76 114 88 -
CMYK 0.33 0 0.23 0.55
HSL 138.95º 0.2% 0.37% -
HSV(B) 138.95º 0.33% 0.45% -
XYZ 10.76 14.28 11.42 -
YUV 99.67 121.41 111.11 -
System Red Green Blue C M Y K H S L
Decimal 76 114 88 0.33 0 0.23 0.55 138.95 0.2 0.37
Hex 4C 72 58 21 0 17 37 8B 14 25
Octal 114 162 130 41 0 27 67 213 24 45
Binary 1001100 1110010 1011000 100001 0 10111 110111 10001011 10100 100101

Color Harmonies of #4C7258

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4C7258

Black with #4C7258

Text Example


Text Example

White with #4C7258

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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