Html Css Color HEX #40804C Killarney

📋 copy color: '#40804C'

red 64 ◦ green 128 ◦ blue 76

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

Shades of Killarney #40804C

Tints of Killarney #40804C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 28.36%

R = 23.88%
G = 47.76%
B = 28.36%

CMYK

 C value IS 0.5

 M value IS 0

 Y value IS 0.41

 K value IS 0.50

RGB Variations

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

Color information

#40804C (or 0x40804C) is known color: Killarney. HEX triplet: 40, 80 and 4C. RGB value is (64,128,76). Sum of RGB (Red+Green+Blue) = 64+128+76=268 (35% of max value = 765). Red value is 64 (25.39% from 255 or 23.88% from 268); Green value is 128 (50.39% from 255 or 47.76% from 268); Blue value is 76 (30.08% from 255 or 28.36% from 268); Max value from RGB is 128 - color contains mainly: green. Hex color #40804C is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #40804C is #BF7FB3. Grayscale: #676767. Windows color (decimal): -12550068 or 5013568. OLE color: 5013568.

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

Color convert

RGB 64 128 76 -
CMYK 0.5 0 0.41 0.50
HSL 131.25º 0.33% 0.38% -
HSV(B) 131.25º 0.5% 0.5% -
XYZ 11.14 17.05 9.54 -
YUV 102.94 112.8 100.23 -
System Red Green Blue C M Y K H S L
Decimal 64 128 76 0.5 0 0.41 0.50 131.25 0.33 0.38
Hex 40 80 4C 32 0 29 32 83 21 26
Octal 100 200 114 62 0 51 62 203 41 46
Binary 1000000 10000000 1001100 110010 0 101001 110010 10000011 100001 100110

Color Harmonies of #40804C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40804C

Black with #40804C

Text Example


Text Example

White with #40804C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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