Html Css Color HEX #48714C Killarney

📋 copy color: '#48714C'

red 72 ◦ green 113 ◦ blue 76

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

Shades of Killarney #48714C

Tints of Killarney #48714C

RGB

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

 GREEN value IS 113 (44.53% from 255) = 43.3%

 BLUE value IS 76 (30.08% from 255) = 29.12%

R = 27.59%
G = 43.3%
B = 29.12%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.33

 K value IS 0.56

RGB Variations

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

Color information

#48714C (or 0x48714C) is known color: Killarney. HEX triplet: 48, 71 and 4C. RGB value is (72,113,76). Sum of RGB (Red+Green+Blue) = 72+113+76=261 (34% of max value = 765). Red value is 72 (28.52% from 255 or 27.59% from 261); Green value is 113 (44.53% from 255 or 43.30% from 261); Blue value is 76 (30.08% from 255 or 29.12% from 261); Max value from RGB is 113 - color contains mainly: green. Hex color #48714C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #48714C is #B78EB3. Grayscale: #606060. Windows color (decimal): -12029620 or 5009736. OLE color: 5009736.

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

Color convert

RGB 72 113 76 -
CMYK 0.36 0 0.33 0.56
HSL 125.85º 0.22% 0.36% -
HSV(B) 125.85º 0.36% 0.44% -
XYZ 9.88 13.71 8.96 -
YUV 96.52 116.42 110.51 -
System Red Green Blue C M Y K H S L
Decimal 72 113 76 0.36 0 0.33 0.56 125.85 0.22 0.36
Hex 48 71 4C 24 0 21 38 7E 16 24
Octal 110 161 114 44 0 41 70 176 26 44
Binary 1001000 1110001 1001100 100100 0 100001 111000 1111110 10110 100100

Color Harmonies of #48714C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48714C

Black with #48714C

Text Example


Text Example

White with #48714C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #48714C; }

 p { color: rgb(72,113,76); }

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

background-color css

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

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

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

border-color css

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

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

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