Html Css Color HEX #4C7B5B Como

📋 copy color: '#4C7B5B'

red 76 ◦ green 123 ◦ blue 91

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

Shades of Como #4C7B5B

Tints of Como #4C7B5B

RGB

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

 GREEN value IS 123 (48.44% from 255) = 42.41%

 BLUE value IS 91 (35.94% from 255) = 31.38%

R = 26.21%
G = 42.41%
B = 31.38%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.26

 K value IS 0.52

RGB Variations

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

Color information

#4C7B5B (or 0x4C7B5B) is known color: Como. HEX triplet: 4C, 7B and 5B. RGB value is (76,123,91). Sum of RGB (Red+Green+Blue) = 76+123+91=290 (38% of max value = 765). Red value is 76 (30.08% from 255 or 26.21% from 290); Green value is 123 (48.44% from 255 or 42.41% from 290); Blue value is 91 (35.94% from 255 or 31.38% from 290); Max value from RGB is 123 - color contains mainly: green. Hex color #4C7B5B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #4C7B5B is #B384A4. Grayscale: #696969. Windows color (decimal): -11764901 or 5995340. OLE color: 5995340.

HSL color Cylindrical-coordinate representation of color #4C7B5B: hue angle of 139.15º degrees, saturation: 0.24, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #4C7B5B is Cyan = 0.38, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.52.

Color convert

RGB 76 123 91 -
CMYK 0.38 0 0.26 0.52
HSL 139.15º 0.24% 0.39% -
HSV(B) 139.15º 0.38% 0.48% -
XYZ 11.95 16.46 12.44 -
YUV 105.3 119.93 107.1 -
System Red Green Blue C M Y K H S L
Decimal 76 123 91 0.38 0 0.26 0.52 139.15 0.24 0.39
Hex 4C 7B 5B 26 0 1A 34 8B 18 27
Octal 114 173 133 46 0 32 64 213 30 47
Binary 1001100 1111011 1011011 100110 0 11010 110100 10001011 11000 100111

Color Harmonies of #4C7B5B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4C7B5B

Black with #4C7B5B

Text Example


Text Example

White with #4C7B5B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(76,123,91); }

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

background-color css

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

 a { background-color: rgb(76,123,91); }

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

border-color css

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

 span { border-color: rgb(76,123,91); }

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