Html Css Color HEX #407342 Killarney

📋 copy color: '#407342'

red 64 ◦ green 115 ◦ blue 66

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

Shades of Killarney #407342

Tints of Killarney #407342

RGB

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

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

 BLUE value IS 66 (26.17% from 255) = 26.94%

R = 26.12%
G = 46.94%
B = 26.94%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.43

 K value IS 0.55

RGB Variations

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

Color information

#407342 (or 0x407342) is known color: Killarney. HEX triplet: 40, 73 and 42. RGB value is (64,115,66). Sum of RGB (Red+Green+Blue) = 64+115+66=245 (32% of max value = 765). Red value is 64 (25.39% from 255 or 26.12% from 245); Green value is 115 (45.31% from 255 or 46.94% from 245); Blue value is 66 (26.17% from 255 or 26.94% from 245); Max value from RGB is 115 - color contains mainly: green. Hex color #407342 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #407342 is #BF8CBD. Grayscale: #5E5E5E. Windows color (decimal): -12553406 or 4354880. OLE color: 4354880.

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

Color convert

RGB 64 115 66 -
CMYK 0.44 0 0.43 0.55
HSL 122.35º 0.28% 0.35% -
HSV(B) 122.35º 0.44% 0.45% -
XYZ 9.23 13.74 7.32 -
YUV 94.17 112.1 106.48 -
System Red Green Blue C M Y K H S L
Decimal 64 115 66 0.44 0 0.43 0.55 122.35 0.28 0.35
Hex 40 73 42 2C 0 2B 37 7A 1C 23
Octal 100 163 102 54 0 53 67 172 34 43
Binary 1000000 1110011 1000010 101100 0 101011 110111 1111010 11100 100011

Color Harmonies of #407342

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #407342

Black with #407342

Text Example


Text Example

White with #407342

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #407342; }

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

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

background-color css

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

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

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

border-color css

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

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

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