Html Css Color HEX #487048 Killarney

📋 copy color: '#487048'

red 72 ◦ green 112 ◦ blue 72

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

Shades of Killarney #487048

Tints of Killarney #487048

RGB

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

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

 BLUE value IS 72 (28.52% from 255) = 28.13%

R = 28.13%
G = 43.75%
B = 28.13%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.36

 K value IS 0.56

RGB Variations

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

Color information

#487048 (or 0x487048) is known color: Killarney. HEX triplet: 48, 70 and 48. RGB value is (72,112,72). Sum of RGB (Red+Green+Blue) = 72+112+72=256 (33% of max value = 765). Red value is 72 (28.52% from 255 or 28.12% from 256); Green value is 112 (44.14% from 255 or 43.75% from 256); Blue value is 72 (28.52% from 255 or 28.12% from 256); Max value from RGB is 112 - color contains mainly: green. Hex color #487048 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #487048 is #B78FB7. Grayscale: #5F5F5F. Windows color (decimal): -12029880 or 4747336. OLE color: 4747336.

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

Color convert

RGB 72 112 72 -
CMYK 0.36 0 0.36 0.56
HSL 120º 0.22% 0.36% -
HSV(B) 120º 0.36% 0.44% -
XYZ 9.64 13.43 8.22 -
YUV 95.48 114.75 111.25 -
System Red Green Blue C M Y K H S L
Decimal 72 112 72 0.36 0 0.36 0.56 120 0.22 0.36
Hex 48 70 48 24 0 24 38 78 16 24
Octal 110 160 110 44 0 44 70 170 26 44
Binary 1001000 1110000 1001000 100100 0 100100 111000 1111000 10110 100100

Color Harmonies of #487048

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #487048

Black with #487048

Text Example


Text Example

White with #487048

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #487048; }

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

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

background-color css

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

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

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

border-color css

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

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

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