Html Css Color HEX #407340 Killarney

📋 copy color: '#407340'

red 64 ◦ green 115 ◦ blue 64

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

Shades of Killarney #407340

Tints of Killarney #407340

RGB

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

 GREEN value IS 115 (45.31% from 255) = 47.33%

 BLUE value IS 64 (25.39% from 255) = 26.34%

R = 26.34%
G = 47.33%
B = 26.34%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.44

 K value IS 0.55

RGB Variations

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

Color information

#407340 (or 0x407340) is known color: Killarney. HEX triplet: 40, 73 and 40. RGB value is (64,115,64). Sum of RGB (Red+Green+Blue) = 64+115+64=243 (32% of max value = 765). Red value is 64 (25.39% from 255 or 26.34% from 243); Green value is 115 (45.31% from 255 or 47.33% from 243); Blue value is 64 (25.39% from 255 or 26.34% from 243); Max value from RGB is 115 - color contains mainly: green. Hex color #407340 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #407340 is #BF8CBF. Grayscale: #5E5E5E. Windows color (decimal): -12553408 or 4223808. OLE color: 4223808.

HSL color Cylindrical-coordinate representation of color #407340: hue angle of 120º degrees, saturation: 0.28, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #407340 is Cyan = 0.44, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.55.

Color convert

RGB 64 115 64 -
CMYK 0.44 0 0.44 0.55
HSL 120º 0.28% 0.35% -
HSV(B) 120º 0.44% 0.45% -
XYZ 9.17 13.72 7.02 -
YUV 93.94 111.1 106.65 -
System Red Green Blue C M Y K H S L
Decimal 64 115 64 0.44 0 0.44 0.55 120 0.28 0.35
Hex 40 73 40 2C 0 2C 37 78 1C 23
Octal 100 163 100 54 0 54 67 170 34 43
Binary 1000000 1110011 1000000 101100 0 101100 110111 1111000 11100 100011

Color Harmonies of #407340

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #407340

Black with #407340

Text Example


Text Example

White with #407340

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #407340; }

 p { color: rgb(64,115,64); }

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

background-color css

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

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

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

border-color css

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

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

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