Html Css Color HEX #408248 Killarney

📋 copy color: '#408248'

red 64 ◦ green 130 ◦ blue 72

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

Shades of Killarney #408248

Tints of Killarney #408248

RGB

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

 GREEN value IS 130 (51.17% from 255) = 48.87%

 BLUE value IS 72 (28.52% from 255) = 27.07%

R = 24.06%
G = 48.87%
B = 27.07%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.45

 K value IS 0.49

RGB Variations

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

Color information

#408248 (or 0x408248) is known color: Killarney. HEX triplet: 40, 82 and 48. RGB value is (64,130,72). Sum of RGB (Red+Green+Blue) = 64+130+72=266 (35% of max value = 765). Red value is 64 (25.39% from 255 or 24.06% from 266); Green value is 130 (51.17% from 255 or 48.87% from 266); Blue value is 72 (28.52% from 255 or 27.07% from 266); Max value from RGB is 130 - color contains mainly: green. Hex color #408248 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #408248 is #BF7DB7. Grayscale: #676767. Windows color (decimal): -12549560 or 4751936. OLE color: 4751936.

HSL color Cylindrical-coordinate representation of color #408248: hue angle of 127.27º degrees, saturation: 0.34, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #408248 is Cyan = 0.51, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.49.

Color convert

RGB 64 130 72 -
CMYK 0.51 0 0.45 0.49
HSL 127.27º 0.34% 0.38% -
HSV(B) 127.27º 0.51% 0.51% -
XYZ 11.27 17.52 8.92 -
YUV 103.65 110.13 99.72 -
System Red Green Blue C M Y K H S L
Decimal 64 130 72 0.51 0 0.45 0.49 127.27 0.34 0.38
Hex 40 82 48 33 0 2D 31 7F 22 26
Octal 100 202 110 63 0 55 61 177 42 46
Binary 1000000 10000010 1001000 110011 0 101101 110001 1111111 100010 100110

Color Harmonies of #408248

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #408248

Black with #408248

Text Example


Text Example

White with #408248

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #408248; }

 p { color: rgb(64,130,72); }

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

background-color css

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

 a { background-color: rgb(64,130,72); }

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

border-color css

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

 span { border-color: rgb(64,130,72); }

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