Html Css Color HEX #48694D Killarney

📋 copy color: '#48694D'

red 72 ◦ green 105 ◦ blue 77

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

Shades of Killarney #48694D

Tints of Killarney #48694D

RGB

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

 GREEN value IS 105 (41.41% from 255) = 41.34%

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

R = 28.35%
G = 41.34%
B = 30.31%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.27

 K value IS 0.59

RGB Variations

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

Color information

#48694D (or 0x48694D) is known color: Killarney. HEX triplet: 48, 69 and 4D. RGB value is (72,105,77). Sum of RGB (Red+Green+Blue) = 72+105+77=254 (33% of max value = 765). Red value is 72 (28.52% from 255 or 28.35% from 254); Green value is 105 (41.41% from 255 or 41.34% from 254); Blue value is 77 (30.47% from 255 or 30.31% from 254); Max value from RGB is 105 - color contains mainly: green. Hex color #48694D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #48694D is #B796B2. Grayscale: #5C5C5C. Windows color (decimal): -12031667 or 5073224. OLE color: 5073224.

HSL color Cylindrical-coordinate representation of color #48694D: hue angle of 129.09º degrees, saturation: 0.19, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #48694D is Cyan = 0.31, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.59.

Color convert

RGB 72 105 77 -
CMYK 0.31 0 0.27 0.59
HSL 129.09º 0.19% 0.35% -
HSV(B) 129.09º 0.31% 0.41% -
XYZ 9.06 12.02 8.86 -
YUV 91.94 119.57 113.78 -
System Red Green Blue C M Y K H S L
Decimal 72 105 77 0.31 0 0.27 0.59 129.09 0.19 0.35
Hex 48 69 4D 1F 0 1B 3B 81 13 23
Octal 110 151 115 37 0 33 73 201 23 43
Binary 1001000 1101001 1001101 11111 0 11011 111011 10000001 10011 100011

Color Harmonies of #48694D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48694D

Black with #48694D

Text Example


Text Example

White with #48694D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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