Html Css Color HEX #487052 Killarney

📋 copy color: '#487052'

red 72 ◦ green 112 ◦ blue 82

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

Shades of Killarney #487052

Tints of Killarney #487052

RGB

 RED value IS 72 (28.52% from 255) = 27.07%

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

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

R = 27.07%
G = 42.11%
B = 30.83%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.27

 K value IS 0.56

RGB Variations

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

Color information

#487052 (or 0x487052) is known color: Killarney. HEX triplet: 48, 70 and 52. RGB value is (72,112,82). Sum of RGB (Red+Green+Blue) = 72+112+82=266 (35% of max value = 765). Red value is 72 (28.52% from 255 or 27.07% from 266); Green value is 112 (44.14% from 255 or 42.11% from 266); Blue value is 82 (32.42% from 255 or 30.83% from 266); Max value from RGB is 112 - color contains mainly: green. Hex color #487052 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #487052 is #B78FAD. Grayscale: #606060. Windows color (decimal): -12029870 or 5402696. OLE color: 5402696.

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

Color convert

RGB 72 112 82 -
CMYK 0.36 0 0.27 0.56
HSL 135º 0.22% 0.36% -
HSV(B) 135º 0.36% 0.44% -
XYZ 9.99 13.58 10.08 -
YUV 96.62 119.75 110.44 -
System Red Green Blue C M Y K H S L
Decimal 72 112 82 0.36 0 0.27 0.56 135 0.22 0.36
Hex 48 70 52 24 0 1B 38 87 16 24
Octal 110 160 122 44 0 33 70 207 26 44
Binary 1001000 1110000 1010010 100100 0 11011 111000 10000111 10110 100100

Color Harmonies of #487052

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #487052

Black with #487052

Text Example


Text Example

White with #487052

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #487052; }

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

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

background-color css

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

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

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

border-color css

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

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

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