Html Css Color HEX #49814B Killarney

📋 copy color: '#49814B'

red 73 ◦ green 129 ◦ blue 75

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

Shades of Killarney #49814B

Tints of Killarney #49814B

RGB

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

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

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

R = 26.35%
G = 46.57%
B = 27.08%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.42

 K value IS 0.49

RGB Variations

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

Color information

#49814B (or 0x49814B) is known color: Killarney. HEX triplet: 49, 81 and 4B. RGB value is (73,129,75). Sum of RGB (Red+Green+Blue) = 73+129+75=277 (36% of max value = 765). Red value is 73 (28.91% from 255 or 26.35% from 277); Green value is 129 (50.78% from 255 or 46.57% from 277); Blue value is 75 (29.69% from 255 or 27.08% from 277); Max value from RGB is 129 - color contains mainly: green. Hex color #49814B is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #49814B is #B67EB4. Grayscale: #6A6A6A. Windows color (decimal): -11959989 or 4948297. OLE color: 4948297.

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

Color convert

RGB 73 129 75 -
CMYK 0.43 0 0.42 0.49
HSL 122.14º 0.28% 0.4% -
HSV(B) 122.14º 0.43% 0.51% -
XYZ 11.87 17.62 9.43 -
YUV 106.1 110.45 104.39 -
System Red Green Blue C M Y K H S L
Decimal 73 129 75 0.43 0 0.42 0.49 122.14 0.28 0.4
Hex 49 81 4B 2B 0 2A 31 7A 1C 28
Octal 111 201 113 53 0 52 61 172 34 50
Binary 1001001 10000001 1001011 101011 0 101010 110001 1111010 11100 101000

Color Harmonies of #49814B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49814B

Black with #49814B

Text Example


Text Example

White with #49814B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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