Html Css Color HEX #407245 Killarney

📋 copy color: '#407245'

red 64 ◦ green 114 ◦ blue 69

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

Shades of Killarney #407245

Tints of Killarney #407245

RGB

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

 GREEN value IS 114 (44.92% from 255) = 46.15%

 BLUE value IS 69 (27.34% from 255) = 27.94%

R = 25.91%
G = 46.15%
B = 27.94%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.39

 K value IS 0.55

RGB Variations

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

Color information

#407245 (or 0x407245) is known color: Killarney. HEX triplet: 40, 72 and 45. RGB value is (64,114,69). Sum of RGB (Red+Green+Blue) = 64+114+69=247 (32% of max value = 765). Red value is 64 (25.39% from 255 or 25.91% from 247); Green value is 114 (44.92% from 255 or 46.15% from 247); Blue value is 69 (27.34% from 255 or 27.94% from 247); Max value from RGB is 114 - color contains mainly: green. Hex color #407245 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #407245 is #BF8DBA. Grayscale: #5E5E5E. Windows color (decimal): -12553659 or 4551232. OLE color: 4551232.

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

Color convert

RGB 64 114 69 -
CMYK 0.44 0 0.39 0.55
HSL 126º 0.28% 0.35% -
HSV(B) 126º 0.44% 0.45% -
XYZ 9.21 13.55 7.76 -
YUV 93.92 113.94 106.66 -
System Red Green Blue C M Y K H S L
Decimal 64 114 69 0.44 0 0.39 0.55 126 0.28 0.35
Hex 40 72 45 2C 0 27 37 7E 1C 23
Octal 100 162 105 54 0 47 67 176 34 43
Binary 1000000 1110010 1000101 101100 0 100111 110111 1111110 11100 100011

Color Harmonies of #407245

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #407245

Black with #407245

Text Example


Text Example

White with #407245

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #407245; }

 p { color: rgb(64,114,69); }

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

background-color css

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

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

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

border-color css

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

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

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