Html Css Color HEX #407545 Killarney

📋 copy color: '#407545'

red 64 ◦ green 117 ◦ blue 69

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

Shades of Killarney #407545

Tints of Killarney #407545

RGB

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

 GREEN value IS 117 (46.09% from 255) = 46.8%

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

R = 25.6%
G = 46.8%
B = 27.6%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.41

 K value IS 0.54

RGB Variations

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

Color information

#407545 (or 0x407545) is known color: Killarney. HEX triplet: 40, 75 and 45. RGB value is (64,117,69). Sum of RGB (Red+Green+Blue) = 64+117+69=250 (33% of max value = 765). Red value is 64 (25.39% from 255 or 25.6% from 250); Green value is 117 (46.09% from 255 or 46.8% from 250); Blue value is 69 (27.34% from 255 or 27.6% from 250); Max value from RGB is 117 - color contains mainly: green. Hex color #407545 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #407545 is #BF8ABA. Grayscale: #5F5F5F. Windows color (decimal): -12552891 or 4552000. OLE color: 4552000.

HSL color Cylindrical-coordinate representation of color #407545: hue angle of 125.66º degrees, saturation: 0.29, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #407545 is Cyan = 0.45, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.54.

Color convert

RGB 64 117 69 -
CMYK 0.45 0 0.41 0.54
HSL 125.66º 0.29% 0.35% -
HSV(B) 125.66º 0.45% 0.46% -
XYZ 9.55 14.24 7.88 -
YUV 95.68 112.94 105.4 -
System Red Green Blue C M Y K H S L
Decimal 64 117 69 0.45 0 0.41 0.54 125.66 0.29 0.35
Hex 40 75 45 2D 0 29 36 7E 1D 23
Octal 100 165 105 55 0 51 66 176 35 43
Binary 1000000 1110101 1000101 101101 0 101001 110110 1111110 11101 100011

Color Harmonies of #407545

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #407545

Black with #407545

Text Example


Text Example

White with #407545

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #407545; }

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

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

background-color css

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

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

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

border-color css

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

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

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