Html Css Color HEX #408150 Killarney

📋 copy color: '#408150'

red 64 ◦ green 129 ◦ blue 80

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

Shades of Killarney #408150

Tints of Killarney #408150

RGB

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

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

 BLUE value IS 80 (31.64% from 255) = 29.3%

R = 23.44%
G = 47.25%
B = 29.3%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.38

 K value IS 0.49

RGB Variations

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

Color information

#408150 (or 0x408150) is known color: Killarney. HEX triplet: 40, 81 and 50. RGB value is (64,129,80). Sum of RGB (Red+Green+Blue) = 64+129+80=273 (36% of max value = 765). Red value is 64 (25.39% from 255 or 23.44% from 273); Green value is 129 (50.78% from 255 or 47.25% from 273); Blue value is 80 (31.64% from 255 or 29.30% from 273); Max value from RGB is 129 - color contains mainly: green. Hex color #408150 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #408150 is #BF7EAF. Grayscale: #686868. Windows color (decimal): -12549808 or 5275968. OLE color: 5275968.

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

Color convert

RGB 64 129 80 -
CMYK 0.50 0 0.38 0.49
HSL 134.77º 0.34% 0.38% -
HSV(B) 134.77º 0.5% 0.51% -
XYZ 11.41 17.37 10.34 -
YUV 103.98 114.47 99.48 -
System Red Green Blue C M Y K H S L
Decimal 64 129 80 0.50 0 0.38 0.49 134.77 0.34 0.38
Hex 40 81 50 32 0 26 31 87 22 26
Octal 100 201 120 62 0 46 61 207 42 46
Binary 1000000 10000001 1010000 110010 0 100110 110001 10000111 100010 100110

Color Harmonies of #408150

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #408150

Black with #408150

Text Example


Text Example

White with #408150

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #408150; }

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

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

background-color css

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

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

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

border-color css

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

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

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