Html Css Color HEX #40814B Killarney

📋 copy color: '#40814B'

red 64 ◦ green 129 ◦ blue 75

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

Shades of Killarney #40814B

Tints of Killarney #40814B

RGB

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

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

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

R = 23.88%
G = 48.13%
B = 27.99%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.42

 K value IS 0.49

RGB Variations

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

Color information

#40814B (or 0x40814B) is known color: Killarney. HEX triplet: 40, 81 and 4B. RGB value is (64,129,75). Sum of RGB (Red+Green+Blue) = 64+129+75=268 (35% of max value = 765). Red value is 64 (25.39% from 255 or 23.88% from 268); Green value is 129 (50.78% from 255 or 48.13% from 268); Blue value is 75 (29.69% from 255 or 27.99% from 268); Max value from RGB is 129 - color contains mainly: green. Hex color #40814B is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #40814B is #BF7EB4. Grayscale: #676767. Windows color (decimal): -12549813 or 4948288. OLE color: 4948288.

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

Color convert

RGB 64 129 75 -
CMYK 0.50 0 0.42 0.49
HSL 130.15º 0.34% 0.38% -
HSV(B) 130.15º 0.5% 0.51% -
XYZ 11.23 17.3 9.4 -
YUV 103.41 111.97 99.89 -
System Red Green Blue C M Y K H S L
Decimal 64 129 75 0.50 0 0.42 0.49 130.15 0.34 0.38
Hex 40 81 4B 32 0 2A 31 82 22 26
Octal 100 201 113 62 0 52 61 202 42 46
Binary 1000000 10000001 1001011 110010 0 101010 110001 10000010 100010 100110

Color Harmonies of #40814B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40814B

Black with #40814B

Text Example


Text Example

White with #40814B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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