Html Css Color HEX #48704A Killarney

📋 copy color: '#48704A'

red 72 ◦ green 112 ◦ blue 74

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

Shades of Killarney #48704A

Tints of Killarney #48704A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 28.68%

R = 27.91%
G = 43.41%
B = 28.68%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.34

 K value IS 0.56

RGB Variations

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

Color information

#48704A (or 0x48704A) is known color: Killarney. HEX triplet: 48, 70 and 4A. RGB value is (72,112,74). Sum of RGB (Red+Green+Blue) = 72+112+74=258 (34% of max value = 765). Red value is 72 (28.52% from 255 or 27.91% from 258); Green value is 112 (44.14% from 255 or 43.41% from 258); Blue value is 74 (29.30% from 255 or 28.68% from 258); Max value from RGB is 112 - color contains mainly: green. Hex color #48704A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #48704A is #B78FB5. Grayscale: #5F5F5F. Windows color (decimal): -12029878 or 4878408. OLE color: 4878408.

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

Color convert

RGB 72 112 74 -
CMYK 0.36 0 0.34 0.56
HSL 123º 0.22% 0.36% -
HSV(B) 123º 0.36% 0.44% -
XYZ 9.7 13.46 8.57 -
YUV 95.71 115.75 111.09 -
System Red Green Blue C M Y K H S L
Decimal 72 112 74 0.36 0 0.34 0.56 123 0.22 0.36
Hex 48 70 4A 24 0 22 38 7B 16 24
Octal 110 160 112 44 0 42 70 173 26 44
Binary 1001000 1110000 1001010 100100 0 100010 111000 1111011 10110 100100

Color Harmonies of #48704A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48704A

Black with #48704A

Text Example


Text Example

White with #48704A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #48704A; }

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

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

background-color css

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

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

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

border-color css

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

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

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