Html Css Color HEX #4A874B Killarney

📋 copy color: '#4A874B'

red 74 ◦ green 135 ◦ blue 75

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

Shades of Killarney #4A874B

Tints of Killarney #4A874B

RGB

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

 GREEN value IS 135 (53.13% from 255) = 47.54%

 BLUE value IS 75 (29.69% from 255) = 26.41%

R = 26.06%
G = 47.54%
B = 26.41%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.44

 K value IS 0.47

RGB Variations

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

Color information

#4A874B (or 0x4A874B) is known color: Killarney. HEX triplet: 4A, 87 and 4B. RGB value is (74,135,75). Sum of RGB (Red+Green+Blue) = 74+135+75=284 (37% of max value = 765). Red value is 74 (29.30% from 255 or 26.06% from 284); Green value is 135 (53.12% from 255 or 47.54% from 284); Blue value is 75 (29.69% from 255 or 26.41% from 284); Max value from RGB is 135 - color contains mainly: green. Hex color #4A874B is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #4A874B is #B578B4. Grayscale: #6E6E6E. Windows color (decimal): -11892917 or 4949834. OLE color: 4949834.

HSL color Cylindrical-coordinate representation of color #4A874B: hue angle of 120.98º degrees, saturation: 0.29, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #4A874B is Cyan = 0.45, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.47.

Color convert

RGB 74 135 75 -
CMYK 0.45 0 0.44 0.47
HSL 120.98º 0.29% 0.41% -
HSV(B) 120.98º 0.45% 0.53% -
XYZ 12.76 19.29 9.71 -
YUV 109.92 108.29 102.38 -
System Red Green Blue C M Y K H S L
Decimal 74 135 75 0.45 0 0.44 0.47 120.98 0.29 0.41
Hex 4A 87 4B 2D 0 2C 2F 79 1D 29
Octal 112 207 113 55 0 54 57 171 35 51
Binary 1001010 10000111 1001011 101101 0 101100 101111 1111001 11101 101001

Color Harmonies of #4A874B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4A874B

Black with #4A874B

Text Example


Text Example

White with #4A874B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(74,135,75); }

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

background-color css

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

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

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

border-color css

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

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

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