Html Css Color HEX #407B46 Killarney

📋 copy color: '#407B46'

red 64 ◦ green 123 ◦ blue 70

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

Shades of Killarney #407B46

Tints of Killarney #407B46

RGB

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

 GREEN value IS 123 (48.44% from 255) = 47.86%

 BLUE value IS 70 (27.73% from 255) = 27.24%

R = 24.9%
G = 47.86%
B = 27.24%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.43

 K value IS 0.52

RGB Variations

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

Color information

#407B46 (or 0x407B46) is known color: Killarney. HEX triplet: 40, 7B and 46. RGB value is (64,123,70). Sum of RGB (Red+Green+Blue) = 64+123+70=257 (34% of max value = 765). Red value is 64 (25.39% from 255 or 24.90% from 257); Green value is 123 (48.44% from 255 or 47.86% from 257); Blue value is 70 (27.73% from 255 or 27.24% from 257); Max value from RGB is 123 - color contains mainly: green. Hex color #407B46 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #407B46 is #BF84B9. Grayscale: #636363. Windows color (decimal): -12551354 or 4619072. OLE color: 4619072.

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

Color convert

RGB 64 123 70 -
CMYK 0.48 0 0.43 0.52
HSL 126.1º 0.32% 0.37% -
HSV(B) 126.1º 0.48% 0.48% -
XYZ 10.3 15.7 8.28 -
YUV 99.32 111.45 102.81 -
System Red Green Blue C M Y K H S L
Decimal 64 123 70 0.48 0 0.43 0.52 126.1 0.32 0.37
Hex 40 7B 46 30 0 2B 34 7E 20 25
Octal 100 173 106 60 0 53 64 176 40 45
Binary 1000000 1111011 1000110 110000 0 101011 110100 1111110 100000 100101

Color Harmonies of #407B46

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #407B46

Black with #407B46

Text Example


Text Example

White with #407B46

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(64,123,70); }

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

background-color css

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

 a { background-color: rgb(64,123,70); }

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

border-color css

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

 span { border-color: rgb(64,123,70); }

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