Html Css Color HEX #4A7650 Killarney

📋 copy color: '#4A7650'

red 74 ◦ green 118 ◦ blue 80

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

Shades of Killarney #4A7650

Tints of Killarney #4A7650

RGB

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

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

 BLUE value IS 80 (31.64% from 255) = 29.41%

R = 27.21%
G = 43.38%
B = 29.41%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.32

 K value IS 0.54

RGB Variations

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

Color information

#4A7650 (or 0x4A7650) is known color: Killarney. HEX triplet: 4A, 76 and 50. RGB value is (74,118,80). Sum of RGB (Red+Green+Blue) = 74+118+80=272 (36% of max value = 765). Red value is 74 (29.30% from 255 or 27.21% from 272); Green value is 118 (46.48% from 255 or 43.38% from 272); Blue value is 80 (31.64% from 255 or 29.41% from 272); Max value from RGB is 118 - color contains mainly: green. Hex color #4A7650 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #4A7650 is #B589AF. Grayscale: #646464. Windows color (decimal): -11897264 or 5273162. OLE color: 5273162.

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

Color convert

RGB 74 118 80 -
CMYK 0.37 0 0.32 0.54
HSL 128.18º 0.23% 0.38% -
HSV(B) 128.18º 0.37% 0.46% -
XYZ 10.75 14.99 9.92 -
YUV 100.51 116.42 109.09 -
System Red Green Blue C M Y K H S L
Decimal 74 118 80 0.37 0 0.32 0.54 128.18 0.23 0.38
Hex 4A 76 50 25 0 20 36 80 17 26
Octal 112 166 120 45 0 40 66 200 27 46
Binary 1001010 1110110 1010000 100101 0 100000 110110 10000000 10111 100110

Color Harmonies of #4A7650

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4A7650

Black with #4A7650

Text Example


Text Example

White with #4A7650

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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