Html Css Color HEX #407A48 Killarney

📋 copy color: '#407A48'

red 64 ◦ green 122 ◦ blue 72

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

Shades of Killarney #407A48

Tints of Killarney #407A48

RGB

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

 GREEN value IS 122 (48.05% from 255) = 47.29%

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

R = 24.81%
G = 47.29%
B = 27.91%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.41

 K value IS 0.52

RGB Variations

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

Color information

#407A48 (or 0x407A48) is known color: Killarney. HEX triplet: 40, 7A and 48. RGB value is (64,122,72). Sum of RGB (Red+Green+Blue) = 64+122+72=258 (34% of max value = 765). Red value is 64 (25.39% from 255 or 24.81% from 258); Green value is 122 (48.05% from 255 or 47.29% from 258); Blue value is 72 (28.52% from 255 or 27.91% from 258); Max value from RGB is 122 - color contains mainly: green. Hex color #407A48 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #407A48 is #BF85B7. Grayscale: #636363. Windows color (decimal): -12551608 or 4749888. OLE color: 4749888.

HSL color Cylindrical-coordinate representation of color #407A48: hue angle of 128.28º degrees, saturation: 0.31, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #407A48 is Cyan = 0.48, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.52.

Color convert

RGB 64 122 72 -
CMYK 0.48 0 0.41 0.52
HSL 128.28º 0.31% 0.36% -
HSV(B) 128.28º 0.48% 0.48% -
XYZ 10.24 15.48 8.58 -
YUV 98.96 112.78 103.07 -
System Red Green Blue C M Y K H S L
Decimal 64 122 72 0.48 0 0.41 0.52 128.28 0.31 0.36
Hex 40 7A 48 30 0 29 34 80 1F 24
Octal 100 172 110 60 0 51 64 200 37 44
Binary 1000000 1111010 1001000 110000 0 101001 110100 10000000 11111 100100

Color Harmonies of #407A48

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #407A48

Black with #407A48

Text Example


Text Example

White with #407A48

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #407A48; }

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

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

background-color css

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

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

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

border-color css

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

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

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