Html Css Color HEX #476F52 Killarney

📋 copy color: '#476F52'

red 71 ◦ green 111 ◦ blue 82

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

Shades of Killarney #476F52

Tints of Killarney #476F52

RGB

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

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

 BLUE value IS 82 (32.42% from 255) = 31.06%

R = 26.89%
G = 42.05%
B = 31.06%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.26

 K value IS 0.56

RGB Variations

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

Color information

#476F52 (or 0x476F52) is known color: Killarney. HEX triplet: 47, 6F and 52. RGB value is (71,111,82). Sum of RGB (Red+Green+Blue) = 71+111+82=264 (34% of max value = 765). Red value is 71 (28.12% from 255 or 26.89% from 264); Green value is 111 (43.75% from 255 or 42.05% from 264); Blue value is 82 (32.42% from 255 or 31.06% from 264); Max value from RGB is 111 - color contains mainly: green. Hex color #476F52 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #476F52 is #B890AD. Grayscale: #5F5F5F. Windows color (decimal): -12095662 or 5402439. OLE color: 5402439.

HSL color Cylindrical-coordinate representation of color #476F52: hue angle of 136.5º 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 #476F52 is Cyan = 0.36, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.56.

Color convert

RGB 71 111 82 -
CMYK 0.36 0 0.26 0.56
HSL 136.5º 0.22% 0.36% -
HSV(B) 136.5º 0.36% 0.44% -
XYZ 9.81 13.32 10.04 -
YUV 95.73 120.25 110.36 -
System Red Green Blue C M Y K H S L
Decimal 71 111 82 0.36 0 0.26 0.56 136.5 0.22 0.36
Hex 47 6F 52 24 0 1A 38 88 16 24
Octal 107 157 122 44 0 32 70 210 26 44
Binary 1000111 1101111 1010010 100100 0 11010 111000 10001000 10110 100100

Color Harmonies of #476F52

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #476F52

Black with #476F52

Text Example


Text Example

White with #476F52

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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