Html Css Color HEX #476D50 Killarney

📋 copy color: '#476D50'

red 71 ◦ green 109 ◦ blue 80

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

Shades of Killarney #476D50

Tints of Killarney #476D50

RGB

 RED value IS 71 (28.13% from 255) = 27.31%

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

 BLUE value IS 80 (31.64% from 255) = 30.77%

R = 27.31%
G = 41.92%
B = 30.77%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.27

 K value IS 0.57

RGB Variations

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

Color information

#476D50 (or 0x476D50) is known color: Killarney. HEX triplet: 47, 6D and 50. RGB value is (71,109,80). Sum of RGB (Red+Green+Blue) = 71+109+80=260 (34% of max value = 765). Red value is 71 (28.12% from 255 or 27.31% from 260); Green value is 109 (42.97% from 255 or 41.92% from 260); Blue value is 80 (31.64% from 255 or 30.77% from 260); Max value from RGB is 109 - color contains mainly: green. Hex color #476D50 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #476D50 is #B892AF. Grayscale: #5E5E5E. Windows color (decimal): -12096176 or 5270855. OLE color: 5270855.

HSL color Cylindrical-coordinate representation of color #476D50: hue angle of 134.21º degrees, saturation: 0.21, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #476D50 is Cyan = 0.35, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.57.

Color convert

RGB 71 109 80 -
CMYK 0.35 0 0.27 0.57
HSL 134.21º 0.21% 0.35% -
HSV(B) 134.21º 0.35% 0.43% -
XYZ 9.52 12.86 9.57 -
YUV 94.33 119.91 111.36 -
System Red Green Blue C M Y K H S L
Decimal 71 109 80 0.35 0 0.27 0.57 134.21 0.21 0.35
Hex 47 6D 50 23 0 1B 39 86 15 23
Octal 107 155 120 43 0 33 71 206 25 43
Binary 1000111 1101101 1010000 100011 0 11011 111001 10000110 10101 100011

Color Harmonies of #476D50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #476D50

Black with #476D50

Text Example


Text Example

White with #476D50

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #476D50; }

 p { color: rgb(71,109,80); }

 H1.HeaderClassName
 {
   color: #476D50;
 }
 .AnyTagClassName
 {
   color: #476D50;
 }
</style>

background-color css

<style>
 a { background-color: #476D50; }

 a { background-color: rgb(71,109,80); }

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

border-color css

<style>
 span { border-color: #476D50; }

 span { border-color: rgb(71,109,80); }

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