Html Css Color HEX #40804A Killarney

📋 copy color: '#40804A'

red 64 ◦ green 128 ◦ blue 74

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

Shades of Killarney #40804A

Tints of Killarney #40804A

RGB

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

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

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

R = 24.06%
G = 48.12%
B = 27.82%

CMYK

 C value IS 0.5

 M value IS 0

 Y value IS 0.42

 K value IS 0.50

RGB Variations

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

Color information

#40804A (or 0x40804A) is known color: Killarney. HEX triplet: 40, 80 and 4A. RGB value is (64,128,74). Sum of RGB (Red+Green+Blue) = 64+128+74=266 (35% of max value = 765). Red value is 64 (25.39% from 255 or 24.06% from 266); Green value is 128 (50.39% from 255 or 48.12% from 266); Blue value is 74 (29.30% from 255 or 27.82% from 266); Max value from RGB is 128 - color contains mainly: green. Hex color #40804A is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #40804A is #BF7FB5. Grayscale: #666666. Windows color (decimal): -12550070 or 4882496. OLE color: 4882496.

HSL color Cylindrical-coordinate representation of color #40804A: hue angle of 129.38º 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 #40804A is Cyan = 0.5, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.50.

Color convert

RGB 64 128 74 -
CMYK 0.5 0 0.42 0.50
HSL 129.38º 0.33% 0.38% -
HSV(B) 129.38º 0.5% 0.5% -
XYZ 11.07 17.02 9.18 -
YUV 102.71 111.8 100.39 -
System Red Green Blue C M Y K H S L
Decimal 64 128 74 0.5 0 0.42 0.50 129.38 0.33 0.38
Hex 40 80 4A 32 0 2A 32 81 21 26
Octal 100 200 112 62 0 52 62 201 41 46
Binary 1000000 10000000 1001010 110010 0 101010 110010 10000001 100001 100110

Color Harmonies of #40804A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40804A

Black with #40804A

Text Example


Text Example

White with #40804A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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