Html Css Color HEX #4C764A Killarney

📋 copy color: '#4C764A'

red 76 ◦ green 118 ◦ blue 74

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

Shades of Killarney #4C764A

Tints of Killarney #4C764A

RGB

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

 GREEN value IS 118 (46.48% from 255) = 44.03%

 BLUE value IS 74 (29.3% from 255) = 27.61%

R = 28.36%
G = 44.03%
B = 27.61%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.37

 K value IS 0.54

RGB Variations

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

Color information

#4C764A (or 0x4C764A) is known color: Killarney. HEX triplet: 4C, 76 and 4A. RGB value is (76,118,74). Sum of RGB (Red+Green+Blue) = 76+118+74=268 (35% of max value = 765). Red value is 76 (30.08% from 255 or 28.36% from 268); Green value is 118 (46.48% from 255 or 44.03% from 268); Blue value is 74 (29.30% from 255 or 27.61% from 268); Max value from RGB is 118 - color contains mainly: green. Hex color #4C764A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #4C764A is #B389B5. Grayscale: #646464. Windows color (decimal): -11766198 or 4879948. OLE color: 4879948.

HSL color Cylindrical-coordinate representation of color #4C764A: hue angle of 117.27º degrees, saturation: 0.23, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #4C764A is Cyan = 0.36, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.54.

Color convert

RGB 76 118 74 -
CMYK 0.36 0 0.37 0.54
HSL 117.27º 0.23% 0.38% -
HSV(B) 117.27º 0.37% 0.46% -
XYZ 10.69 14.99 8.81 -
YUV 100.43 113.09 110.58 -
System Red Green Blue C M Y K H S L
Decimal 76 118 74 0.36 0 0.37 0.54 117.27 0.23 0.38
Hex 4C 76 4A 24 0 25 36 75 17 26
Octal 114 166 112 44 0 45 66 165 27 46
Binary 1001100 1110110 1001010 100100 0 100101 110110 1110101 10111 100110

Color Harmonies of #4C764A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4C764A

Black with #4C764A

Text Example


Text Example

White with #4C764A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(76,118,74); }

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

background-color css

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

 a { background-color: rgb(76,118,74); }

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

border-color css

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

 span { border-color: rgb(76,118,74); }

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