Html Css Color HEX #476B4C Killarney

📋 copy color: '#476B4C'

red 71 ◦ green 107 ◦ blue 76

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

Shades of Killarney #476B4C

Tints of Killarney #476B4C

RGB

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

 GREEN value IS 107 (42.19% from 255) = 42.13%

 BLUE value IS 76 (30.08% from 255) = 29.92%

R = 27.95%
G = 42.13%
B = 29.92%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.29

 K value IS 0.58

RGB Variations

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

Color information

#476B4C (or 0x476B4C) is known color: Killarney. HEX triplet: 47, 6B and 4C. RGB value is (71,107,76). Sum of RGB (Red+Green+Blue) = 71+107+76=254 (33% of max value = 765). Red value is 71 (28.12% from 255 or 27.95% from 254); Green value is 107 (42.19% from 255 or 42.13% from 254); Blue value is 76 (30.08% from 255 or 29.92% from 254); Max value from RGB is 107 - color contains mainly: green. Hex color #476B4C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #476B4C is #B894B3. Grayscale: #5C5C5C. Windows color (decimal): -12096692 or 5008199. OLE color: 5008199.

HSL color Cylindrical-coordinate representation of color #476B4C: hue angle of 128.33º degrees, saturation: 0.2, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #476B4C is Cyan = 0.34, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.58.

Color convert

RGB 71 107 76 -
CMYK 0.34 0 0.29 0.58
HSL 128.33º 0.2% 0.35% -
HSV(B) 128.33º 0.34% 0.42% -
XYZ 9.16 12.38 8.74 -
YUV 92.7 118.57 112.52 -
System Red Green Blue C M Y K H S L
Decimal 71 107 76 0.34 0 0.29 0.58 128.33 0.2 0.35
Hex 47 6B 4C 22 0 1D 3A 80 14 23
Octal 107 153 114 42 0 35 72 200 24 43
Binary 1000111 1101011 1001100 100010 0 11101 111010 10000000 10100 100011

Color Harmonies of #476B4C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #476B4C

Black with #476B4C

Text Example


Text Example

White with #476B4C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(71,107,76); }

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

background-color css

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

 a { background-color: rgb(71,107,76); }

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

border-color css

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

 span { border-color: rgb(71,107,76); }

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