Html Css Color HEX #48814D Killarney

📋 copy color: '#48814D'

red 72 ◦ green 129 ◦ blue 77

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

Shades of Killarney #48814D

Tints of Killarney #48814D

RGB

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

 GREEN value IS 129 (50.78% from 255) = 46.4%

 BLUE value IS 77 (30.47% from 255) = 27.7%

R = 25.9%
G = 46.4%
B = 27.7%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.40

 K value IS 0.49

RGB Variations

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

Color information

#48814D (or 0x48814D) is known color: Killarney. HEX triplet: 48, 81 and 4D. RGB value is (72,129,77). Sum of RGB (Red+Green+Blue) = 72+129+77=278 (36% of max value = 765). Red value is 72 (28.52% from 255 or 25.90% from 278); Green value is 129 (50.78% from 255 or 46.40% from 278); Blue value is 77 (30.47% from 255 or 27.70% from 278); Max value from RGB is 129 - color contains mainly: green. Hex color #48814D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #48814D is #B77EB2. Grayscale: #6A6A6A. Windows color (decimal): -12025523 or 5079368. OLE color: 5079368.

HSL color Cylindrical-coordinate representation of color #48814D: hue angle of 125.26º degrees, saturation: 0.28, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #48814D is Cyan = 0.44, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.49.

Color convert

RGB 72 129 77 -
CMYK 0.44 0 0.40 0.49
HSL 125.26º 0.28% 0.39% -
HSV(B) 125.26º 0.44% 0.51% -
XYZ 11.86 17.61 9.8 -
YUV 106.03 111.62 103.73 -
System Red Green Blue C M Y K H S L
Decimal 72 129 77 0.44 0 0.40 0.49 125.26 0.28 0.39
Hex 48 81 4D 2C 0 28 31 7D 1C 27
Octal 110 201 115 54 0 50 61 175 34 47
Binary 1001000 10000001 1001101 101100 0 101000 110001 1111101 11100 100111

Color Harmonies of #48814D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48814D

Black with #48814D

Text Example


Text Example

White with #48814D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #48814D; }

 p { color: rgb(72,129,77); }

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

background-color css

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

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

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

border-color css

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

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

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