Html Css Color HEX #4A7C4C Killarney

📋 copy color: '#4A7C4C'

red 74 ◦ green 124 ◦ blue 76

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

Shades of Killarney #4A7C4C

Tints of Killarney #4A7C4C

RGB

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

 GREEN value IS 124 (48.83% from 255) = 45.26%

 BLUE value IS 76 (30.08% from 255) = 27.74%

R = 27.01%
G = 45.26%
B = 27.74%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.39

 K value IS 0.51

RGB Variations

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

Color information

#4A7C4C (or 0x4A7C4C) is known color: Killarney. HEX triplet: 4A, 7C and 4C. RGB value is (74,124,76). Sum of RGB (Red+Green+Blue) = 74+124+76=274 (36% of max value = 765). Red value is 74 (29.30% from 255 or 27.01% from 274); Green value is 124 (48.83% from 255 or 45.26% from 274); Blue value is 76 (30.08% from 255 or 27.74% from 274); Max value from RGB is 124 - color contains mainly: green. Hex color #4A7C4C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #4A7C4C is #B583B3. Grayscale: #676767. Windows color (decimal): -11895732 or 5012554. OLE color: 5012554.

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

Color convert

RGB 74 124 76 -
CMYK 0.40 0 0.39 0.51
HSL 122.4º 0.25% 0.39% -
HSV(B) 122.4º 0.4% 0.49% -
XYZ 11.34 16.39 9.4 -
YUV 103.58 112.44 106.9 -
System Red Green Blue C M Y K H S L
Decimal 74 124 76 0.40 0 0.39 0.51 122.4 0.25 0.39
Hex 4A 7C 4C 28 0 27 33 7A 19 27
Octal 112 174 114 50 0 47 63 172 31 47
Binary 1001010 1111100 1001100 101000 0 100111 110011 1111010 11001 100111

Color Harmonies of #4A7C4C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4A7C4C

Black with #4A7C4C

Text Example


Text Example

White with #4A7C4C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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