Html Css Color HEX #40804B Killarney

📋 copy color: '#40804B'

red 64 ◦ green 128 ◦ blue 75

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

Shades of Killarney #40804B

Tints of Killarney #40804B

RGB

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

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

 BLUE value IS 75 (29.69% from 255) = 28.09%

R = 23.97%
G = 47.94%
B = 28.09%

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

#40804B (or 0x40804B) is known color: Killarney. HEX triplet: 40, 80 and 4B. RGB value is (64,128,75). Sum of RGB (Red+Green+Blue) = 64+128+75=267 (35% of max value = 765). Red value is 64 (25.39% from 255 or 23.97% from 267); Green value is 128 (50.39% from 255 or 47.94% from 267); Blue value is 75 (29.69% from 255 or 28.09% from 267); Max value from RGB is 128 - color contains mainly: green. Hex color #40804B is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #40804B is #BF7FB4. Grayscale: #666666. Windows color (decimal): -12550069 or 4948032. OLE color: 4948032.

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

Color convert

RGB 64 128 75 -
CMYK 0.5 0 0.41 0.50
HSL 130.31º 0.33% 0.38% -
HSV(B) 130.31º 0.5% 0.5% -
XYZ 11.1 17.04 9.36 -
YUV 102.82 112.3 100.31 -
System Red Green Blue C M Y K H S L
Decimal 64 128 75 0.5 0 0.41 0.50 130.31 0.33 0.38
Hex 40 80 4B 32 0 29 32 82 21 26
Octal 100 200 113 62 0 51 62 202 41 46
Binary 1000000 10000000 1001011 110010 0 101001 110010 10000010 100001 100110

Color Harmonies of #40804B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40804B

Black with #40804B

Text Example


Text Example

White with #40804B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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