Html Css Color HEX #48704F Killarney

📋 copy color: '#48704F'

red 72 ◦ green 112 ◦ blue 79

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

Shades of Killarney #48704F

Tints of Killarney #48704F

RGB

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

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

 BLUE value IS 79 (31.25% from 255) = 30.04%

R = 27.38%
G = 42.59%
B = 30.04%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.29

 K value IS 0.56

RGB Variations

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

Color information

#48704F (or 0x48704F) is known color: Killarney. HEX triplet: 48, 70 and 4F. RGB value is (72,112,79). Sum of RGB (Red+Green+Blue) = 72+112+79=263 (34% of max value = 765). Red value is 72 (28.52% from 255 or 27.38% from 263); Green value is 112 (44.14% from 255 or 42.59% from 263); Blue value is 79 (31.25% from 255 or 30.04% from 263); Max value from RGB is 112 - color contains mainly: green. Hex color #48704F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #48704F is #B78FB0. Grayscale: #606060. Windows color (decimal): -12029873 or 5206088. OLE color: 5206088.

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

Color convert

RGB 72 112 79 -
CMYK 0.36 0 0.29 0.56
HSL 130.5º 0.22% 0.36% -
HSV(B) 130.5º 0.36% 0.44% -
XYZ 9.88 13.53 9.49 -
YUV 96.28 118.25 110.68 -
System Red Green Blue C M Y K H S L
Decimal 72 112 79 0.36 0 0.29 0.56 130.5 0.22 0.36
Hex 48 70 4F 24 0 1D 38 82 16 24
Octal 110 160 117 44 0 35 70 202 26 44
Binary 1001000 1110000 1001111 100100 0 11101 111000 10000010 10110 100100

Color Harmonies of #48704F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48704F

Black with #48704F

Text Example


Text Example

White with #48704F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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