Html Css Color HEX #40744A Killarney

📋 copy color: '#40744A'

red 64 ◦ green 116 ◦ blue 74

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

Shades of Killarney #40744A

Tints of Killarney #40744A

RGB

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

 GREEN value IS 116 (45.7% from 255) = 45.67%

 BLUE value IS 74 (29.3% from 255) = 29.13%

R = 25.2%
G = 45.67%
B = 29.13%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.36

 K value IS 0.55

RGB Variations

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

Color information

#40744A (or 0x40744A) is known color: Killarney. HEX triplet: 40, 74 and 4A. RGB value is (64,116,74). Sum of RGB (Red+Green+Blue) = 64+116+74=254 (33% of max value = 765). Red value is 64 (25.39% from 255 or 25.20% from 254); Green value is 116 (45.70% from 255 or 45.67% from 254); Blue value is 74 (29.30% from 255 or 29.13% from 254); Max value from RGB is 116 - color contains mainly: green. Hex color #40744A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #40744A is #BF8BB5. Grayscale: #5F5F5F. Windows color (decimal): -12553142 or 4879424. OLE color: 4879424.

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

Color convert

RGB 64 116 74 -
CMYK 0.45 0 0.36 0.55
HSL 131.54º 0.29% 0.35% -
HSV(B) 131.54º 0.45% 0.45% -
XYZ 9.6 14.08 8.69 -
YUV 95.66 115.77 105.42 -
System Red Green Blue C M Y K H S L
Decimal 64 116 74 0.45 0 0.36 0.55 131.54 0.29 0.35
Hex 40 74 4A 2D 0 24 37 84 1D 23
Octal 100 164 112 55 0 44 67 204 35 43
Binary 1000000 1110100 1001010 101101 0 100100 110111 10000100 11101 100011

Color Harmonies of #40744A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40744A

Black with #40744A

Text Example


Text Example

White with #40744A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #40744A; }

 p { color: rgb(64,116,74); }

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

background-color css

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

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

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

border-color css

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

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

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