Html Css Color HEX #4A754E Killarney

📋 copy color: '#4A754E'

red 74 ◦ green 117 ◦ blue 78

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

Shades of Killarney #4A754E

Tints of Killarney #4A754E

RGB

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

 GREEN value IS 117 (46.09% from 255) = 43.49%

 BLUE value IS 78 (30.86% from 255) = 29%

R = 27.51%
G = 43.49%
B = 29%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.33

 K value IS 0.54

RGB Variations

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

Color information

#4A754E (or 0x4A754E) is known color: Killarney. HEX triplet: 4A, 75 and 4E. RGB value is (74,117,78). Sum of RGB (Red+Green+Blue) = 74+117+78=269 (35% of max value = 765). Red value is 74 (29.30% from 255 or 27.51% from 269); Green value is 117 (46.09% from 255 or 43.49% from 269); Blue value is 78 (30.86% from 255 or 29.00% from 269); Max value from RGB is 117 - color contains mainly: green. Hex color #4A754E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #4A754E is #B58AB1. Grayscale: #636363. Windows color (decimal): -11897522 or 5141834. OLE color: 5141834.

HSL color Cylindrical-coordinate representation of color #4A754E: hue angle of 125.58º degrees, saturation: 0.23, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #4A754E is Cyan = 0.37, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.54.

Color convert

RGB 74 117 78 -
CMYK 0.37 0 0.33 0.54
HSL 125.58º 0.23% 0.37% -
HSV(B) 125.58º 0.37% 0.46% -
XYZ 10.56 14.73 9.49 -
YUV 99.7 115.75 109.67 -
System Red Green Blue C M Y K H S L
Decimal 74 117 78 0.37 0 0.33 0.54 125.58 0.23 0.37
Hex 4A 75 4E 25 0 21 36 7E 17 25
Octal 112 165 116 45 0 41 66 176 27 45
Binary 1001010 1110101 1001110 100101 0 100001 110110 1111110 10111 100101

Color Harmonies of #4A754E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4A754E

Black with #4A754E

Text Example


Text Example

White with #4A754E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(74,117,78); }

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

background-color css

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

 a { background-color: rgb(74,117,78); }

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

border-color css

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

 span { border-color: rgb(74,117,78); }

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