Html Css Color HEX #40804F Killarney

📋 copy color: '#40804F'

red 64 ◦ green 128 ◦ blue 79

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

Shades of Killarney #40804F

Tints of Killarney #40804F

RGB

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

 GREEN value IS 128 (50.39% from 255) = 47.23%

 BLUE value IS 79 (31.25% from 255) = 29.15%

R = 23.62%
G = 47.23%
B = 29.15%

CMYK

 C value IS 0.5

 M value IS 0

 Y value IS 0.38

 K value IS 0.50

RGB Variations

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

Color information

#40804F (or 0x40804F) is known color: Killarney. HEX triplet: 40, 80 and 4F. RGB value is (64,128,79). Sum of RGB (Red+Green+Blue) = 64+128+79=271 (35% of max value = 765). Red value is 64 (25.39% from 255 or 23.62% from 271); Green value is 128 (50.39% from 255 or 47.23% from 271); Blue value is 79 (31.25% from 255 or 29.15% from 271); Max value from RGB is 128 - color contains mainly: green. Hex color #40804F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #40804F is #BF7FB0. Grayscale: #676767. Windows color (decimal): -12550065 or 5210176. OLE color: 5210176.

HSL color Cylindrical-coordinate representation of color #40804F: hue angle of 134.06º degrees, saturation: 0.33, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #40804F is Cyan = 0.5, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.50.

Color convert

RGB 64 128 79 -
CMYK 0.5 0 0.38 0.50
HSL 134.06º 0.33% 0.38% -
HSV(B) 134.06º 0.5% 0.5% -
XYZ 11.24 17.09 10.1 -
YUV 103.28 114.3 99.98 -
System Red Green Blue C M Y K H S L
Decimal 64 128 79 0.5 0 0.38 0.50 134.06 0.33 0.38
Hex 40 80 4F 32 0 26 32 86 21 26
Octal 100 200 117 62 0 46 62 206 41 46
Binary 1000000 10000000 1001111 110010 0 100110 110010 10000110 100001 100110

Color Harmonies of #40804F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40804F

Black with #40804F

Text Example


Text Example

White with #40804F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #40804F; }

 p { color: rgb(64,128,79); }

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

background-color css

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

 a { background-color: rgb(64,128,79); }

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

border-color css

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

 span { border-color: rgb(64,128,79); }

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