Html Css Color HEX #48824B Killarney

📋 copy color: '#48824B'

red 72 ◦ green 130 ◦ blue 75

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

Shades of Killarney #48824B

Tints of Killarney #48824B

RGB

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

 GREEN value IS 130 (51.17% from 255) = 46.93%

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

R = 25.99%
G = 46.93%
B = 27.08%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.42

 K value IS 0.49

RGB Variations

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

Color information

#48824B (or 0x48824B) is known color: Killarney. HEX triplet: 48, 82 and 4B. RGB value is (72,130,75). Sum of RGB (Red+Green+Blue) = 72+130+75=277 (36% of max value = 765). Red value is 72 (28.52% from 255 or 25.99% from 277); Green value is 130 (51.17% from 255 or 46.93% from 277); Blue value is 75 (29.69% from 255 or 27.08% from 277); Max value from RGB is 130 - color contains mainly: green. Hex color #48824B is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #48824B is #B77DB4. Grayscale: #6A6A6A. Windows color (decimal): -12025269 or 4948552. OLE color: 4948552.

HSL color Cylindrical-coordinate representation of color #48824B: hue angle of 123.1º degrees, saturation: 0.29, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #48824B is Cyan = 0.45, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.49.

Color convert

RGB 72 130 75 -
CMYK 0.45 0 0.42 0.49
HSL 123.1º 0.29% 0.4% -
HSV(B) 123.1º 0.45% 0.51% -
XYZ 11.93 17.85 9.47 -
YUV 106.39 110.28 103.47 -
System Red Green Blue C M Y K H S L
Decimal 72 130 75 0.45 0 0.42 0.49 123.1 0.29 0.4
Hex 48 82 4B 2D 0 2A 31 7B 1D 28
Octal 110 202 113 55 0 52 61 173 35 50
Binary 1001000 10000010 1001011 101101 0 101010 110001 1111011 11101 101000

Color Harmonies of #48824B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48824B

Black with #48824B

Text Example


Text Example

White with #48824B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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