Html Css Color HEX #4C7D5D Como

📋 copy color: '#4C7D5D'

red 76 ◦ green 125 ◦ blue 93

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

Shades of Como #4C7D5D

Tints of Como #4C7D5D

RGB

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

 GREEN value IS 125 (49.22% from 255) = 42.52%

 BLUE value IS 93 (36.72% from 255) = 31.63%

R = 25.85%
G = 42.52%
B = 31.63%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.26

 K value IS 0.51

RGB Variations

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

Color information

#4C7D5D (or 0x4C7D5D) is known color: Como. HEX triplet: 4C, 7D and 5D. RGB value is (76,125,93). Sum of RGB (Red+Green+Blue) = 76+125+93=294 (38% of max value = 765). Red value is 76 (30.08% from 255 or 25.85% from 294); Green value is 125 (49.22% from 255 or 42.52% from 294); Blue value is 93 (36.72% from 255 or 31.63% from 294); Max value from RGB is 125 - color contains mainly: green. Hex color #4C7D5D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #4C7D5D is #B382A2. Grayscale: #6A6A6A. Windows color (decimal): -11764387 or 6126924. OLE color: 6126924.

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

Color convert

RGB 76 125 93 -
CMYK 0.39 0 0.26 0.51
HSL 140.82º 0.24% 0.39% -
HSV(B) 140.82º 0.39% 0.49% -
XYZ 12.29 16.99 12.99 -
YUV 106.7 120.27 106.1 -
System Red Green Blue C M Y K H S L
Decimal 76 125 93 0.39 0 0.26 0.51 140.82 0.24 0.39
Hex 4C 7D 5D 27 0 1A 33 8D 18 27
Octal 114 175 135 47 0 32 63 215 30 47
Binary 1001100 1111101 1011101 100111 0 11010 110011 10001101 11000 100111

Color Harmonies of #4C7D5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4C7D5D

Black with #4C7D5D

Text Example


Text Example

White with #4C7D5D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(76,125,93); }

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

background-color css

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

 a { background-color: rgb(76,125,93); }

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

border-color css

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

 span { border-color: rgb(76,125,93); }

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