Html Css Color HEX #407041 Killarney

📋 copy color: '#407041'

red 64 ◦ green 112 ◦ blue 65

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

Shades of Killarney #407041

Tints of Killarney #407041

RGB

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

 GREEN value IS 112 (44.14% from 255) = 46.47%

 BLUE value IS 65 (25.78% from 255) = 26.97%

R = 26.56%
G = 46.47%
B = 26.97%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.42

 K value IS 0.56

RGB Variations

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

Color information

#407041 (or 0x407041) is known color: Killarney. HEX triplet: 40, 70 and 41. RGB value is (64,112,65). Sum of RGB (Red+Green+Blue) = 64+112+65=241 (31% of max value = 765). Red value is 64 (25.39% from 255 or 26.56% from 241); Green value is 112 (44.14% from 255 or 46.47% from 241); Blue value is 65 (25.78% from 255 or 26.97% from 241); Max value from RGB is 112 - color contains mainly: green. Hex color #407041 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #407041 is #BF8FBE. Grayscale: #5C5C5C. Windows color (decimal): -12554175 or 4288576. OLE color: 4288576.

HSL color Cylindrical-coordinate representation of color #407041: hue angle of 121.25º degrees, saturation: 0.27, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #407041 is Cyan = 0.43, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.56.

Color convert

RGB 64 112 65 -
CMYK 0.43 0 0.42 0.56
HSL 121.25º 0.27% 0.35% -
HSV(B) 121.25º 0.43% 0.44% -
XYZ 8.86 13.06 7.05 -
YUV 92.29 112.6 107.82 -
System Red Green Blue C M Y K H S L
Decimal 64 112 65 0.43 0 0.42 0.56 121.25 0.27 0.35
Hex 40 70 41 2B 0 2A 38 79 1B 23
Octal 100 160 101 53 0 52 70 171 33 43
Binary 1000000 1110000 1000001 101011 0 101010 111000 1111001 11011 100011

Color Harmonies of #407041

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #407041

Black with #407041

Text Example


Text Example

White with #407041

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #407041; }

 p { color: rgb(64,112,65); }

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

background-color css

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

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

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

border-color css

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

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

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