Html Css Color HEX #408A4B Killarney

📋 copy color: '#408A4B'

red 64 ◦ green 138 ◦ blue 75

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

Shades of Killarney #408A4B

Tints of Killarney #408A4B

RGB

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

 GREEN value IS 138 (54.3% from 255) = 49.82%

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

R = 23.1%
G = 49.82%
B = 27.08%

CMYK

 C value IS 0.54

 M value IS 0

 Y value IS 0.46

 K value IS 0.46

RGB Variations

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

Color information

#408A4B (or 0x408A4B) is known color: Killarney. HEX triplet: 40, 8A and 4B. RGB value is (64,138,75). Sum of RGB (Red+Green+Blue) = 64+138+75=277 (36% of max value = 765). Red value is 64 (25.39% from 255 or 23.10% from 277); Green value is 138 (54.30% from 255 or 49.82% from 277); Blue value is 75 (29.69% from 255 or 27.08% from 277); Max value from RGB is 138 - color contains mainly: green. Hex color #408A4B is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #408A4B is #BF75B4. Grayscale: #6C6C6C. Windows color (decimal): -12547509 or 4950592. OLE color: 4950592.

HSL color Cylindrical-coordinate representation of color #408A4B: hue angle of 128.92º degrees, saturation: 0.37, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #408A4B is Cyan = 0.54, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.46.

Color convert

RGB 64 138 75 -
CMYK 0.54 0 0.46 0.46
HSL 128.92º 0.37% 0.4% -
HSV(B) 128.92º 0.54% 0.54% -
XYZ 12.47 19.77 9.82 -
YUV 108.69 108.98 96.12 -
System Red Green Blue C M Y K H S L
Decimal 64 138 75 0.54 0 0.46 0.46 128.92 0.37 0.4
Hex 40 8A 4B 36 0 2E 2E 81 25 28
Octal 100 212 113 66 0 56 56 201 45 50
Binary 1000000 10001010 1001011 110110 0 101110 101110 10000001 100101 101000

Color Harmonies of #408A4B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #408A4B

Black with #408A4B

Text Example


Text Example

White with #408A4B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #408A4B; }

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

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

background-color css

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

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

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

border-color css

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

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

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