Html Css Color HEX #477450 Killarney

📋 copy color: '#477450'

red 71 ◦ green 116 ◦ blue 80

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

Shades of Killarney #477450

Tints of Killarney #477450

RGB

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

 GREEN value IS 116 (45.7% from 255) = 43.45%

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

R = 26.59%
G = 43.45%
B = 29.96%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.31

 K value IS 0.55

RGB Variations

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

Color information

#477450 (or 0x477450) is known color: Killarney. HEX triplet: 47, 74 and 50. RGB value is (71,116,80). Sum of RGB (Red+Green+Blue) = 71+116+80=267 (35% of max value = 765). Red value is 71 (28.12% from 255 or 26.59% from 267); Green value is 116 (45.70% from 255 or 43.45% from 267); Blue value is 80 (31.64% from 255 or 29.96% from 267); Max value from RGB is 116 - color contains mainly: green. Hex color #477450 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #477450 is #B88BAF. Grayscale: #626262. Windows color (decimal): -12094384 or 5272647. OLE color: 5272647.

HSL color Cylindrical-coordinate representation of color #477450: hue angle of 132º degrees, saturation: 0.24, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #477450 is Cyan = 0.39, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.55.

Color convert

RGB 71 116 80 -
CMYK 0.39 0 0.31 0.55
HSL 132º 0.24% 0.37% -
HSV(B) 132º 0.39% 0.45% -
XYZ 10.29 14.41 9.83 -
YUV 98.44 117.59 108.43 -
System Red Green Blue C M Y K H S L
Decimal 71 116 80 0.39 0 0.31 0.55 132 0.24 0.37
Hex 47 74 50 27 0 1F 37 84 18 25
Octal 107 164 120 47 0 37 67 204 30 45
Binary 1000111 1110100 1010000 100111 0 11111 110111 10000100 11000 100101

Color Harmonies of #477450

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #477450

Black with #477450

Text Example


Text Example

White with #477450

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #477450; }

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

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

background-color css

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

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

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

border-color css

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

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

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