Html Css Color HEX #4A764A Killarney

📋 copy color: '#4A764A'

red 74 ◦ green 118 ◦ blue 74

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

Shades of Killarney #4A764A

Tints of Killarney #4A764A

RGB

 RED value IS 74 (29.3% from 255) = 27.82%

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

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

R = 27.82%
G = 44.36%
B = 27.82%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.37

 K value IS 0.54

RGB Variations

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

Color information

#4A764A (or 0x4A764A) is known color: Killarney. HEX triplet: 4A, 76 and 4A. RGB value is (74,118,74). Sum of RGB (Red+Green+Blue) = 74+118+74=266 (35% of max value = 765). Red value is 74 (29.30% from 255 or 27.82% from 266); Green value is 118 (46.48% from 255 or 44.36% from 266); Blue value is 74 (29.30% from 255 or 27.82% from 266); Max value from RGB is 118 - color contains mainly: green. Hex color #4A764A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #4A764A is #B589B5. Grayscale: #636363. Windows color (decimal): -11897270 or 4879946. OLE color: 4879946.

HSL color Cylindrical-coordinate representation of color #4A764A: hue angle of 120º 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 #4A764A is Cyan = 0.37, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.54.

Color convert

RGB 74 118 74 -
CMYK 0.37 0 0.37 0.54
HSL 120º 0.23% 0.38% -
HSV(B) 120º 0.37% 0.46% -
XYZ 10.54 14.91 8.8 -
YUV 99.83 113.42 109.58 -
System Red Green Blue C M Y K H S L
Decimal 74 118 74 0.37 0 0.37 0.54 120 0.23 0.38
Hex 4A 76 4A 25 0 25 36 78 17 26
Octal 112 166 112 45 0 45 66 170 27 46
Binary 1001010 1110110 1001010 100101 0 100101 110110 1111000 10111 100110

Color Harmonies of #4A764A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4A764A

Black with #4A764A

Text Example


Text Example

White with #4A764A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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