Html Css Color HEX #486D4B Killarney

📋 copy color: '#486D4B'

red 72 ◦ green 109 ◦ blue 75

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

Shades of Killarney #486D4B

Tints of Killarney #486D4B

RGB

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

 GREEN value IS 109 (42.97% from 255) = 42.58%

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

R = 28.13%
G = 42.58%
B = 29.3%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.31

 K value IS 0.57

RGB Variations

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

Color information

#486D4B (or 0x486D4B) is known color: Killarney. HEX triplet: 48, 6D and 4B. RGB value is (72,109,75). Sum of RGB (Red+Green+Blue) = 72+109+75=256 (33% of max value = 765). Red value is 72 (28.52% from 255 or 28.12% from 256); Green value is 109 (42.97% from 255 or 42.58% from 256); Blue value is 75 (29.69% from 255 or 29.30% from 256); Max value from RGB is 109 - color contains mainly: green. Hex color #486D4B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #486D4B is #B792B4. Grayscale: #5E5E5E. Windows color (decimal): -12030645 or 4943176. OLE color: 4943176.

HSL color Cylindrical-coordinate representation of color #486D4B: hue angle of 124.86º degrees, saturation: 0.2, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #486D4B is Cyan = 0.34, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.57.

Color convert

RGB 72 109 75 -
CMYK 0.34 0 0.31 0.57
HSL 124.86º 0.2% 0.35% -
HSV(B) 124.86º 0.34% 0.43% -
XYZ 9.41 12.82 8.64 -
YUV 94.06 117.24 112.26 -
System Red Green Blue C M Y K H S L
Decimal 72 109 75 0.34 0 0.31 0.57 124.86 0.2 0.35
Hex 48 6D 4B 22 0 1F 39 7D 14 23
Octal 110 155 113 42 0 37 71 175 24 43
Binary 1001000 1101101 1001011 100010 0 11111 111001 1111101 10100 100011

Color Harmonies of #486D4B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #486D4B

Black with #486D4B

Text Example


Text Example

White with #486D4B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #486D4B; }

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

 H1.HeaderClassName
 {
   color: #486D4B;
 }
 .AnyTagClassName
 {
   color: #486D4B;
 }
</style>

background-color css

<style>
 a { background-color: #486D4B; }

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

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

border-color css

<style>
 span { border-color: #486D4B; }

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

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