Html Css Color HEX #407F47 Killarney

📋 copy color: '#407F47'

red 64 ◦ green 127 ◦ blue 71

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

Shades of Killarney #407F47

Tints of Killarney #407F47

RGB

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

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

 BLUE value IS 71 (28.13% from 255) = 27.1%

R = 24.43%
G = 48.47%
B = 27.1%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.44

 K value IS 0.50

RGB Variations

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

Color information

#407F47 (or 0x407F47) is known color: Killarney. HEX triplet: 40, 7F and 47. RGB value is (64,127,71). Sum of RGB (Red+Green+Blue) = 64+127+71=262 (34% of max value = 765). Red value is 64 (25.39% from 255 or 24.43% from 262); Green value is 127 (50% from 255 or 48.47% from 262); Blue value is 71 (28.12% from 255 or 27.10% from 262); Max value from RGB is 127 - color contains mainly: green. Hex color #407F47 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #407F47 is #BF80B8. Grayscale: #656565. Windows color (decimal): -12550329 or 4685632. OLE color: 4685632.

HSL color Cylindrical-coordinate representation of color #407F47: hue angle of 126.67º 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 #407F47 is Cyan = 0.50, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.50.

Color convert

RGB 64 127 71 -
CMYK 0.50 0 0.44 0.50
HSL 126.67º 0.33% 0.37% -
HSV(B) 126.67º 0.5% 0.5% -
XYZ 10.84 16.72 8.62 -
YUV 101.78 110.63 101.05 -
System Red Green Blue C M Y K H S L
Decimal 64 127 71 0.50 0 0.44 0.50 126.67 0.33 0.37
Hex 40 7F 47 32 0 2C 32 7F 21 25
Octal 100 177 107 62 0 54 62 177 41 45
Binary 1000000 1111111 1000111 110010 0 101100 110010 1111111 100001 100101

Color Harmonies of #407F47

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #407F47

Black with #407F47

Text Example


Text Example

White with #407F47

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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