Html Css Color HEX #4A734F Killarney

📋 copy color: '#4A734F'

red 74 ◦ green 115 ◦ blue 79

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

Shades of Killarney #4A734F

Tints of Killarney #4A734F

RGB

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

 GREEN value IS 115 (45.31% from 255) = 42.91%

 BLUE value IS 79 (31.25% from 255) = 29.48%

R = 27.61%
G = 42.91%
B = 29.48%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.31

 K value IS 0.55

RGB Variations

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

Color information

#4A734F (or 0x4A734F) is known color: Killarney. HEX triplet: 4A, 73 and 4F. RGB value is (74,115,79). Sum of RGB (Red+Green+Blue) = 74+115+79=268 (35% of max value = 765). Red value is 74 (29.30% from 255 or 27.61% from 268); Green value is 115 (45.31% from 255 or 42.91% from 268); Blue value is 79 (31.25% from 255 or 29.48% from 268); Max value from RGB is 115 - color contains mainly: green. Hex color #4A734F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #4A734F is #B58CB0. Grayscale: #626262. Windows color (decimal): -11898033 or 5206858. OLE color: 5206858.

HSL color Cylindrical-coordinate representation of color #4A734F: hue angle of 127.32º degrees, saturation: 0.22, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #4A734F is Cyan = 0.36, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.55.

Color convert

RGB 74 115 79 -
CMYK 0.36 0 0.31 0.55
HSL 127.32º 0.22% 0.37% -
HSV(B) 127.32º 0.36% 0.45% -
XYZ 10.37 14.28 9.61 -
YUV 98.64 116.92 110.43 -
System Red Green Blue C M Y K H S L
Decimal 74 115 79 0.36 0 0.31 0.55 127.32 0.22 0.37
Hex 4A 73 4F 24 0 1F 37 7F 16 25
Octal 112 163 117 44 0 37 67 177 26 45
Binary 1001010 1110011 1001111 100100 0 11111 110111 1111111 10110 100101

Color Harmonies of #4A734F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4A734F

Black with #4A734F

Text Example


Text Example

White with #4A734F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(74,115,79); }

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

background-color css

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

 a { background-color: rgb(74,115,79); }

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

border-color css

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

 span { border-color: rgb(74,115,79); }

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