Html Css Color HEX #476F4A Killarney

📋 copy color: '#476F4A'

red 71 ◦ green 111 ◦ blue 74

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

Shades of Killarney #476F4A

Tints of Killarney #476F4A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 28.91%

R = 27.73%
G = 43.36%
B = 28.91%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.33

 K value IS 0.56

RGB Variations

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

Color information

#476F4A (or 0x476F4A) is known color: Killarney. HEX triplet: 47, 6F and 4A. RGB value is (71,111,74). Sum of RGB (Red+Green+Blue) = 71+111+74=256 (33% of max value = 765). Red value is 71 (28.12% from 255 or 27.73% from 256); Green value is 111 (43.75% from 255 or 43.36% from 256); Blue value is 74 (29.30% from 255 or 28.91% from 256); Max value from RGB is 111 - color contains mainly: green. Hex color #476F4A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #476F4A is #B890B5. Grayscale: #5E5E5E. Windows color (decimal): -12095670 or 4878151. OLE color: 4878151.

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

Color convert

RGB 71 111 74 -
CMYK 0.36 0 0.33 0.56
HSL 124.5º 0.22% 0.36% -
HSV(B) 124.5º 0.36% 0.44% -
XYZ 9.52 13.2 8.53 -
YUV 94.82 116.25 111.01 -
System Red Green Blue C M Y K H S L
Decimal 71 111 74 0.36 0 0.33 0.56 124.5 0.22 0.36
Hex 47 6F 4A 24 0 21 38 7C 16 24
Octal 107 157 112 44 0 41 70 174 26 44
Binary 1000111 1101111 1001010 100100 0 100001 111000 1111100 10110 100100

Color Harmonies of #476F4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #476F4A

Black with #476F4A

Text Example


Text Example

White with #476F4A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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