Html Css Color HEX #476C4B Killarney

📋 copy color: '#476C4B'

red 71 ◦ green 108 ◦ blue 75

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

Shades of Killarney #476C4B

Tints of Killarney #476C4B

RGB

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

 GREEN value IS 108 (42.58% from 255) = 42.52%

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

R = 27.95%
G = 42.52%
B = 29.53%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.31

 K value IS 0.58

RGB Variations

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

Color information

#476C4B (or 0x476C4B) is known color: Killarney. HEX triplet: 47, 6C and 4B. RGB value is (71,108,75). Sum of RGB (Red+Green+Blue) = 71+108+75=254 (33% of max value = 765). Red value is 71 (28.12% from 255 or 27.95% from 254); Green value is 108 (42.58% from 255 or 42.52% from 254); Blue value is 75 (29.69% from 255 or 29.53% from 254); Max value from RGB is 108 - color contains mainly: green. Hex color #476C4B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #476C4B is #B893B4. Grayscale: #5D5D5D. Windows color (decimal): -12096437 or 4942919. OLE color: 4942919.

HSL color Cylindrical-coordinate representation of color #476C4B: hue angle of 126.49º degrees, saturation: 0.21, 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 #476C4B is Cyan = 0.34, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.58.

Color convert

RGB 71 108 75 -
CMYK 0.34 0 0.31 0.58
HSL 126.49º 0.21% 0.35% -
HSV(B) 126.49º 0.34% 0.42% -
XYZ 9.23 12.57 8.6 -
YUV 93.18 117.74 112.18 -
System Red Green Blue C M Y K H S L
Decimal 71 108 75 0.34 0 0.31 0.58 126.49 0.21 0.35
Hex 47 6C 4B 22 0 1F 3A 7E 15 23
Octal 107 154 113 42 0 37 72 176 25 43
Binary 1000111 1101100 1001011 100010 0 11111 111010 1111110 10101 100011

Color Harmonies of #476C4B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #476C4B

Black with #476C4B

Text Example


Text Example

White with #476C4B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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