Html Css Color HEX #4A7948 Killarney

📋 copy color: '#4A7948'

red 74 ◦ green 121 ◦ blue 72

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

Shades of Killarney #4A7948

Tints of Killarney #4A7948

RGB

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

 GREEN value IS 121 (47.66% from 255) = 45.32%

 BLUE value IS 72 (28.52% from 255) = 26.97%

R = 27.72%
G = 45.32%
B = 26.97%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.40

 K value IS 0.53

RGB Variations

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

Color information

#4A7948 (or 0x4A7948) is known color: Killarney. HEX triplet: 4A, 79 and 48. RGB value is (74,121,72). Sum of RGB (Red+Green+Blue) = 74+121+72=267 (35% of max value = 765). Red value is 74 (29.30% from 255 or 27.72% from 267); Green value is 121 (47.66% from 255 or 45.32% from 267); Blue value is 72 (28.52% from 255 or 26.97% from 267); Max value from RGB is 121 - color contains mainly: green. Hex color #4A7948 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #4A7948 is #B586B7. Grayscale: #656565. Windows color (decimal): -11896504 or 4749642. OLE color: 4749642.

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

Color convert

RGB 74 121 72 -
CMYK 0.39 0 0.40 0.53
HSL 117.55º 0.25% 0.38% -
HSV(B) 117.55º 0.4% 0.47% -
XYZ 10.83 15.6 8.57 -
YUV 101.36 111.43 108.48 -
System Red Green Blue C M Y K H S L
Decimal 74 121 72 0.39 0 0.40 0.53 117.55 0.25 0.38
Hex 4A 79 48 27 0 28 35 76 19 26
Octal 112 171 110 47 0 50 65 166 31 46
Binary 1001010 1111001 1001000 100111 0 101000 110101 1110110 11001 100110

Color Harmonies of #4A7948

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4A7948

Black with #4A7948

Text Example


Text Example

White with #4A7948

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(74,121,72); }

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

background-color css

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

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

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

border-color css

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

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

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