Html Css Color HEX #407A4A Killarney

📋 copy color: '#407A4A'

red 64 ◦ green 122 ◦ blue 74

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

Shades of Killarney #407A4A

Tints of Killarney #407A4A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 28.46%

R = 24.62%
G = 46.92%
B = 28.46%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.39

 K value IS 0.52

RGB Variations

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

Color information

#407A4A (or 0x407A4A) is known color: Killarney. HEX triplet: 40, 7A and 4A. RGB value is (64,122,74). Sum of RGB (Red+Green+Blue) = 64+122+74=260 (34% of max value = 765). Red value is 64 (25.39% from 255 or 24.62% from 260); Green value is 122 (48.05% from 255 or 46.92% from 260); Blue value is 74 (29.30% from 255 or 28.46% from 260); Max value from RGB is 122 - color contains mainly: green. Hex color #407A4A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #407A4A is #BF85B5. Grayscale: #636363. Windows color (decimal): -12551606 or 4880960. OLE color: 4880960.

HSL color Cylindrical-coordinate representation of color #407A4A: hue angle of 130.34º 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 #407A4A is Cyan = 0.48, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.52.

Color convert

RGB 64 122 74 -
CMYK 0.48 0 0.39 0.52
HSL 130.34º 0.31% 0.36% -
HSV(B) 130.34º 0.48% 0.48% -
XYZ 10.31 15.5 8.93 -
YUV 99.19 113.78 102.9 -
System Red Green Blue C M Y K H S L
Decimal 64 122 74 0.48 0 0.39 0.52 130.34 0.31 0.36
Hex 40 7A 4A 30 0 27 34 82 1F 24
Octal 100 172 112 60 0 47 64 202 37 44
Binary 1000000 1111010 1001010 110000 0 100111 110100 10000010 11111 100100

Color Harmonies of #407A4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #407A4A

Black with #407A4A

Text Example


Text Example

White with #407A4A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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