Html Css Color HEX #4F7052 Killarney

📋 copy color: '#4F7052'

red 79 ◦ green 112 ◦ blue 82

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

Shades of Killarney #4F7052

Tints of Killarney #4F7052

RGB

 RED value IS 79 (31.25% from 255) = 28.94%

 GREEN value IS 112 (44.14% from 255) = 41.03%

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

R = 28.94%
G = 41.03%
B = 30.04%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.27

 K value IS 0.56

RGB Variations

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

Color information

#4F7052 (or 0x4F7052) is known color: Killarney. HEX triplet: 4F, 70 and 52. RGB value is (79,112,82). Sum of RGB (Red+Green+Blue) = 79+112+82=273 (36% of max value = 765). Red value is 79 (31.25% from 255 or 28.94% from 273); Green value is 112 (44.14% from 255 or 41.03% from 273); Blue value is 82 (32.42% from 255 or 30.04% from 273); Max value from RGB is 112 - color contains mainly: green. Hex color #4F7052 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4F7052 is #B08FAD. Grayscale: #626262. Windows color (decimal): -11571118 or 5402703. OLE color: 5402703.

HSL color Cylindrical-coordinate representation of color #4F7052: hue angle of 125.45º degrees, saturation: 0.17, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #4F7052 is Cyan = 0.29, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.56.

Color convert

RGB 79 112 82 -
CMYK 0.29 0 0.27 0.56
HSL 125.45º 0.17% 0.37% -
HSV(B) 125.45º 0.29% 0.44% -
XYZ 10.54 13.86 10.1 -
YUV 98.71 118.57 113.94 -
System Red Green Blue C M Y K H S L
Decimal 79 112 82 0.29 0 0.27 0.56 125.45 0.17 0.37
Hex 4F 70 52 1D 0 1B 38 7D 11 25
Octal 117 160 122 35 0 33 70 175 21 45
Binary 1001111 1110000 1010010 11101 0 11011 111000 1111101 10001 100101

Color Harmonies of #4F7052

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4F7052

Black with #4F7052

Text Example


Text Example

White with #4F7052

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(79,112,82); }

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

background-color css

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

 a { background-color: rgb(79,112,82); }

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

border-color css

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

 span { border-color: rgb(79,112,82); }

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