Html Css Color HEX #407D46 Killarney

📋 copy color: '#407D46'

red 64 ◦ green 125 ◦ blue 70

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

Shades of Killarney #407D46

Tints of Killarney #407D46

RGB

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

 GREEN value IS 125 (49.22% from 255) = 48.26%

 BLUE value IS 70 (27.73% from 255) = 27.03%

R = 24.71%
G = 48.26%
B = 27.03%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.44

 K value IS 0.51

RGB Variations

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

Color information

#407D46 (or 0x407D46) is known color: Killarney. HEX triplet: 40, 7D and 46. RGB value is (64,125,70). Sum of RGB (Red+Green+Blue) = 64+125+70=259 (34% of max value = 765). Red value is 64 (25.39% from 255 or 24.71% from 259); Green value is 125 (49.22% from 255 or 48.26% from 259); Blue value is 70 (27.73% from 255 or 27.03% from 259); Max value from RGB is 125 - color contains mainly: green. Hex color #407D46 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #407D46 is #BF82B9. Grayscale: #646464. Windows color (decimal): -12550842 or 4619584. OLE color: 4619584.

HSL color Cylindrical-coordinate representation of color #407D46: hue angle of 125.9º degrees, saturation: 0.32, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #407D46 is Cyan = 0.49, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.51.

Color convert

RGB 64 125 70 -
CMYK 0.49 0 0.44 0.51
HSL 125.9º 0.32% 0.37% -
HSV(B) 125.9º 0.49% 0.49% -
XYZ 10.55 16.2 8.36 -
YUV 100.49 110.79 101.97 -
System Red Green Blue C M Y K H S L
Decimal 64 125 70 0.49 0 0.44 0.51 125.9 0.32 0.37
Hex 40 7D 46 31 0 2C 33 7E 20 25
Octal 100 175 106 61 0 54 63 176 40 45
Binary 1000000 1111101 1000110 110001 0 101100 110011 1111110 100000 100101

Color Harmonies of #407D46

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #407D46

Black with #407D46

Text Example


Text Example

White with #407D46

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(64,125,70); }

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

background-color css

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

 a { background-color: rgb(64,125,70); }

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

border-color css

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

 span { border-color: rgb(64,125,70); }

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