Html Css Color HEX #40814D Killarney

📋 copy color: '#40814D'

red 64 ◦ green 129 ◦ blue 77

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

Shades of Killarney #40814D

Tints of Killarney #40814D

RGB

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

 GREEN value IS 129 (50.78% from 255) = 47.78%

 BLUE value IS 77 (30.47% from 255) = 28.52%

R = 23.7%
G = 47.78%
B = 28.52%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.40

 K value IS 0.49

RGB Variations

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

Color information

#40814D (or 0x40814D) is known color: Killarney. HEX triplet: 40, 81 and 4D. RGB value is (64,129,77). Sum of RGB (Red+Green+Blue) = 64+129+77=270 (35% of max value = 765). Red value is 64 (25.39% from 255 or 23.70% from 270); Green value is 129 (50.78% from 255 or 47.78% from 270); Blue value is 77 (30.47% from 255 or 28.52% from 270); Max value from RGB is 129 - color contains mainly: green. Hex color #40814D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #40814D is #BF7EB2. Grayscale: #676767. Windows color (decimal): -12549811 or 5079360. OLE color: 5079360.

HSL color Cylindrical-coordinate representation of color #40814D: hue angle of 132º degrees, saturation: 0.34, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #40814D is Cyan = 0.50, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.49.

Color convert

RGB 64 129 77 -
CMYK 0.50 0 0.40 0.49
HSL 132º 0.34% 0.38% -
HSV(B) 132º 0.5% 0.51% -
XYZ 11.3 17.33 9.77 -
YUV 103.64 112.97 99.73 -
System Red Green Blue C M Y K H S L
Decimal 64 129 77 0.50 0 0.40 0.49 132 0.34 0.38
Hex 40 81 4D 32 0 28 31 84 22 26
Octal 100 201 115 62 0 50 61 204 42 46
Binary 1000000 10000001 1001101 110010 0 101000 110001 10000100 100010 100110

Color Harmonies of #40814D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40814D

Black with #40814D

Text Example


Text Example

White with #40814D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #40814D; }

 p { color: rgb(64,129,77); }

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

background-color css

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

 a { background-color: rgb(64,129,77); }

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

border-color css

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

 span { border-color: rgb(64,129,77); }

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