Html Css Color HEX #407F49 Killarney

📋 copy color: '#407F49'

red 64 ◦ green 127 ◦ blue 73

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

Shades of Killarney #407F49

Tints of Killarney #407F49

RGB

 RED value IS 64 (25.39% from 255) = 24.24%

 GREEN value IS 127 (50% from 255) = 48.11%

 BLUE value IS 73 (28.91% from 255) = 27.65%

R = 24.24%
G = 48.11%
B = 27.65%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.43

 K value IS 0.50

RGB Variations

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

Color information

#407F49 (or 0x407F49) is known color: Killarney. HEX triplet: 40, 7F and 49. RGB value is (64,127,73). Sum of RGB (Red+Green+Blue) = 64+127+73=264 (34% of max value = 765). Red value is 64 (25.39% from 255 or 24.24% from 264); Green value is 127 (50% from 255 or 48.11% from 264); Blue value is 73 (28.91% from 255 or 27.65% from 264); Max value from RGB is 127 - color contains mainly: green. Hex color #407F49 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #407F49 is #BF80B6. Grayscale: #666666. Windows color (decimal): -12550327 or 4816704. OLE color: 4816704.

HSL color Cylindrical-coordinate representation of color #407F49: hue angle of 128.57º degrees, saturation: 0.33, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #407F49 is Cyan = 0.50, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.50.

Color convert

RGB 64 127 73 -
CMYK 0.50 0 0.43 0.50
HSL 128.57º 0.33% 0.37% -
HSV(B) 128.57º 0.5% 0.5% -
XYZ 10.91 16.75 8.96 -
YUV 102.01 111.63 100.89 -
System Red Green Blue C M Y K H S L
Decimal 64 127 73 0.50 0 0.43 0.50 128.57 0.33 0.37
Hex 40 7F 49 32 0 2B 32 81 21 25
Octal 100 177 111 62 0 53 62 201 41 45
Binary 1000000 1111111 1001001 110010 0 101011 110010 10000001 100001 100101

Color Harmonies of #407F49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #407F49

Black with #407F49

Text Example


Text Example

White with #407F49

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #407F49; }

 p { color: rgb(64,127,73); }

 H1.HeaderClassName
 {
   color: #407F49;
 }
 .AnyTagClassName
 {
   color: #407F49;
 }
</style>

background-color css

<style>
 a { background-color: #407F49; }

 a { background-color: rgb(64,127,73); }

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

border-color css

<style>
 span { border-color: #407F49; }

 span { border-color: rgb(64,127,73); }

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