Html Css Color HEX #4A8455 Killarney

📋 copy color: '#4A8455'

red 74 ◦ green 132 ◦ blue 85

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

Shades of Killarney #4A8455

Tints of Killarney #4A8455

RGB

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

 GREEN value IS 132 (51.95% from 255) = 45.36%

 BLUE value IS 85 (33.59% from 255) = 29.21%

R = 25.43%
G = 45.36%
B = 29.21%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.36

 K value IS 0.48

RGB Variations

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

Color information

#4A8455 (or 0x4A8455) is known color: Killarney. HEX triplet: 4A, 84 and 55. RGB value is (74,132,85). Sum of RGB (Red+Green+Blue) = 74+132+85=291 (38% of max value = 765). Red value is 74 (29.30% from 255 or 25.43% from 291); Green value is 132 (51.95% from 255 or 45.36% from 291); Blue value is 85 (33.59% from 255 or 29.21% from 291); Max value from RGB is 132 - color contains mainly: green. Hex color #4A8455 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #4A8455 is #B57BAA. Grayscale: #6D6D6D. Windows color (decimal): -11893675 or 5604426. OLE color: 5604426.

HSL color Cylindrical-coordinate representation of color #4A8455: hue angle of 131.38º degrees, saturation: 0.28, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #4A8455 is Cyan = 0.44, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.48.

Color convert

RGB 74 132 85 -
CMYK 0.44 0 0.36 0.48
HSL 131.38º 0.28% 0.4% -
HSV(B) 131.38º 0.44% 0.52% -
XYZ 12.72 18.61 11.52 -
YUV 109.3 114.28 102.82 -
System Red Green Blue C M Y K H S L
Decimal 74 132 85 0.44 0 0.36 0.48 131.38 0.28 0.4
Hex 4A 84 55 2C 0 24 30 83 1C 28
Octal 112 204 125 54 0 44 60 203 34 50
Binary 1001010 10000100 1010101 101100 0 100100 110000 10000011 11100 101000

Color Harmonies of #4A8455

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4A8455

Black with #4A8455

Text Example


Text Example

White with #4A8455

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(74,132,85); }

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

background-color css

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

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

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

border-color css

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

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

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