Html Css Color HEX #49824B Killarney

📋 copy color: '#49824B'

red 73 ◦ green 130 ◦ blue 75

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

Shades of Killarney #49824B

Tints of Killarney #49824B

RGB

 RED value IS 73 (28.91% from 255) = 26.26%

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

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

R = 26.26%
G = 46.76%
B = 26.98%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.42

 K value IS 0.49

RGB Variations

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

Color information

#49824B (or 0x49824B) is known color: Killarney. HEX triplet: 49, 82 and 4B. RGB value is (73,130,75). Sum of RGB (Red+Green+Blue) = 73+130+75=278 (36% of max value = 765). Red value is 73 (28.91% from 255 or 26.26% from 278); Green value is 130 (51.17% from 255 or 46.76% from 278); Blue value is 75 (29.69% from 255 or 26.98% from 278); Max value from RGB is 130 - color contains mainly: green. Hex color #49824B is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #49824B is #B67DB4. Grayscale: #6A6A6A. Windows color (decimal): -11959733 or 4948553. OLE color: 4948553.

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

Color convert

RGB 73 130 75 -
CMYK 0.44 0 0.42 0.49
HSL 122.11º 0.28% 0.4% -
HSV(B) 122.11º 0.44% 0.51% -
XYZ 12 17.89 9.48 -
YUV 106.69 110.12 103.97 -
System Red Green Blue C M Y K H S L
Decimal 73 130 75 0.44 0 0.42 0.49 122.11 0.28 0.4
Hex 49 82 4B 2C 0 2A 31 7A 1C 28
Octal 111 202 113 54 0 52 61 172 34 50
Binary 1001001 10000010 1001011 101100 0 101010 110001 1111010 11100 101000

Color Harmonies of #49824B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49824B

Black with #49824B

Text Example


Text Example

White with #49824B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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