Html Css Color HEX #4A7352 Killarney

📋 copy color: '#4A7352'

red 74 ◦ green 115 ◦ blue 82

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

Shades of Killarney #4A7352

Tints of Killarney #4A7352

RGB

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

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

 BLUE value IS 82 (32.42% from 255) = 30.26%

R = 27.31%
G = 42.44%
B = 30.26%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.29

 K value IS 0.55

RGB Variations

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

Color information

#4A7352 (or 0x4A7352) is known color: Killarney. HEX triplet: 4A, 73 and 52. RGB value is (74,115,82). Sum of RGB (Red+Green+Blue) = 74+115+82=271 (35% of max value = 765). Red value is 74 (29.30% from 255 or 27.31% from 271); Green value is 115 (45.31% from 255 or 42.44% from 271); Blue value is 82 (32.42% from 255 or 30.26% from 271); Max value from RGB is 115 - color contains mainly: green. Hex color #4A7352 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #4A7352 is #B58CAD. Grayscale: #636363. Windows color (decimal): -11898030 or 5403466. OLE color: 5403466.

HSL color Cylindrical-coordinate representation of color #4A7352: hue angle of 131.71º 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 #4A7352 is Cyan = 0.36, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.55.

Color convert

RGB 74 115 82 -
CMYK 0.36 0 0.29 0.55
HSL 131.71º 0.22% 0.37% -
HSV(B) 131.71º 0.36% 0.45% -
XYZ 10.48 14.33 10.2 -
YUV 98.98 118.42 110.18 -
System Red Green Blue C M Y K H S L
Decimal 74 115 82 0.36 0 0.29 0.55 131.71 0.22 0.37
Hex 4A 73 52 24 0 1D 37 84 16 25
Octal 112 163 122 44 0 35 67 204 26 45
Binary 1001010 1110011 1010010 100100 0 11101 110111 10000100 10110 100101

Color Harmonies of #4A7352

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4A7352

Black with #4A7352

Text Example


Text Example

White with #4A7352

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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