Html Css Color HEX #476F4B Killarney

📋 copy color: '#476F4B'

red 71 ◦ green 111 ◦ blue 75

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

Shades of Killarney #476F4B

Tints of Killarney #476F4B

RGB

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

 GREEN value IS 111 (43.75% from 255) = 43.19%

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

R = 27.63%
G = 43.19%
B = 29.18%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.32

 K value IS 0.56

RGB Variations

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

Color information

#476F4B (or 0x476F4B) is known color: Killarney. HEX triplet: 47, 6F and 4B. RGB value is (71,111,75). Sum of RGB (Red+Green+Blue) = 71+111+75=257 (34% of max value = 765). Red value is 71 (28.12% from 255 or 27.63% from 257); Green value is 111 (43.75% from 255 or 43.19% from 257); Blue value is 75 (29.69% from 255 or 29.18% from 257); Max value from RGB is 111 - color contains mainly: green. Hex color #476F4B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #476F4B is #B890B4. Grayscale: #5F5F5F. Windows color (decimal): -12095669 or 4943687. OLE color: 4943687.

HSL color Cylindrical-coordinate representation of color #476F4B: hue angle of 126º degrees, saturation: 0.22, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #476F4B is Cyan = 0.36, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.56.

Color convert

RGB 71 111 75 -
CMYK 0.36 0 0.32 0.56
HSL 126º 0.22% 0.36% -
HSV(B) 126º 0.36% 0.44% -
XYZ 9.55 13.22 8.7 -
YUV 94.94 116.75 110.93 -
System Red Green Blue C M Y K H S L
Decimal 71 111 75 0.36 0 0.32 0.56 126 0.22 0.36
Hex 47 6F 4B 24 0 20 38 7E 16 24
Octal 107 157 113 44 0 40 70 176 26 44
Binary 1000111 1101111 1001011 100100 0 100000 111000 1111110 10110 100100

Color Harmonies of #476F4B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #476F4B

Black with #476F4B

Text Example


Text Example

White with #476F4B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(71,111,75); }

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

background-color css

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

 a { background-color: rgb(71,111,75); }

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

border-color css

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

 span { border-color: rgb(71,111,75); }

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