Html Css Color HEX #4C704D Killarney

📋 copy color: '#4C704D'

red 76 ◦ green 112 ◦ blue 77

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

Shades of Killarney #4C704D

Tints of Killarney #4C704D

RGB

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

 GREEN value IS 112 (44.14% from 255) = 42.26%

 BLUE value IS 77 (30.47% from 255) = 29.06%

R = 28.68%
G = 42.26%
B = 29.06%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.31

 K value IS 0.56

RGB Variations

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

Color information

#4C704D (or 0x4C704D) is known color: Killarney. HEX triplet: 4C, 70 and 4D. RGB value is (76,112,77). Sum of RGB (Red+Green+Blue) = 76+112+77=265 (35% of max value = 765). Red value is 76 (30.08% from 255 or 28.68% from 265); Green value is 112 (44.14% from 255 or 42.26% from 265); Blue value is 77 (30.47% from 255 or 29.06% from 265); Max value from RGB is 112 - color contains mainly: green. Hex color #4C704D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #4C704D is #B38FB2. Grayscale: #616161. Windows color (decimal): -11767731 or 5075020. OLE color: 5075020.

HSL color Cylindrical-coordinate representation of color #4C704D: hue angle of 121.67º degrees, saturation: 0.19, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #4C704D is Cyan = 0.32, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.56.

Color convert

RGB 76 112 77 -
CMYK 0.32 0 0.31 0.56
HSL 121.67º 0.19% 0.37% -
HSV(B) 121.67º 0.32% 0.44% -
XYZ 10.11 13.66 9.12 -
YUV 97.25 116.57 112.85 -
System Red Green Blue C M Y K H S L
Decimal 76 112 77 0.32 0 0.31 0.56 121.67 0.19 0.37
Hex 4C 70 4D 20 0 1F 38 7A 13 25
Octal 114 160 115 40 0 37 70 172 23 45
Binary 1001100 1110000 1001101 100000 0 11111 111000 1111010 10011 100101

Color Harmonies of #4C704D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4C704D

Black with #4C704D

Text Example


Text Example

White with #4C704D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(76,112,77); }

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

background-color css

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

 a { background-color: rgb(76,112,77); }

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

border-color css

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

 span { border-color: rgb(76,112,77); }

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