Html Css Color HEX #48794B Killarney

📋 copy color: '#48794B'

red 72 ◦ green 121 ◦ blue 75

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

Shades of Killarney #48794B

Tints of Killarney #48794B

RGB

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

 GREEN value IS 121 (47.66% from 255) = 45.15%

 BLUE value IS 75 (29.69% from 255) = 27.99%

R = 26.87%
G = 45.15%
B = 27.99%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.38

 K value IS 0.53

RGB Variations

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

Color information

#48794B (or 0x48794B) is known color: Killarney. HEX triplet: 48, 79 and 4B. RGB value is (72,121,75). Sum of RGB (Red+Green+Blue) = 72+121+75=268 (35% of max value = 765). Red value is 72 (28.52% from 255 or 26.87% from 268); Green value is 121 (47.66% from 255 or 45.15% from 268); Blue value is 75 (29.69% from 255 or 27.99% from 268); Max value from RGB is 121 - color contains mainly: green. Hex color #48794B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #48794B is #B786B4. Grayscale: #656565. Windows color (decimal): -12027573 or 4946248. OLE color: 4946248.

HSL color Cylindrical-coordinate representation of color #48794B: hue angle of 123.67º degrees, saturation: 0.25, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #48794B is Cyan = 0.40, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.53.

Color convert

RGB 72 121 75 -
CMYK 0.40 0 0.38 0.53
HSL 123.67º 0.25% 0.38% -
HSV(B) 123.67º 0.4% 0.47% -
XYZ 10.78 15.56 9.09 -
YUV 101.11 113.27 107.24 -
System Red Green Blue C M Y K H S L
Decimal 72 121 75 0.40 0 0.38 0.53 123.67 0.25 0.38
Hex 48 79 4B 28 0 26 35 7C 19 26
Octal 110 171 113 50 0 46 65 174 31 46
Binary 1001000 1111001 1001011 101000 0 100110 110101 1111100 11001 100110

Color Harmonies of #48794B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48794B

Black with #48794B

Text Example


Text Example

White with #48794B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #48794B; }

 p { color: rgb(72,121,75); }

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

background-color css

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

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

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

border-color css

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

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

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