Html Css Color HEX #407B4A Killarney

📋 copy color: '#407B4A'

red 64 ◦ green 123 ◦ blue 74

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

Shades of Killarney #407B4A

Tints of Killarney #407B4A

RGB

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

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

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

R = 24.52%
G = 47.13%
B = 28.35%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.40

 K value IS 0.52

RGB Variations

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

Color information

#407B4A (or 0x407B4A) is known color: Killarney. HEX triplet: 40, 7B and 4A. RGB value is (64,123,74). Sum of RGB (Red+Green+Blue) = 64+123+74=261 (34% of max value = 765). Red value is 64 (25.39% from 255 or 24.52% from 261); Green value is 123 (48.44% from 255 or 47.13% from 261); Blue value is 74 (29.30% from 255 or 28.35% from 261); Max value from RGB is 123 - color contains mainly: green. Hex color #407B4A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #407B4A is #BF84B5. Grayscale: #636363. Windows color (decimal): -12551350 or 4881216. OLE color: 4881216.

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

Color convert

RGB 64 123 74 -
CMYK 0.48 0 0.40 0.52
HSL 130.17º 0.32% 0.37% -
HSV(B) 130.17º 0.48% 0.48% -
XYZ 10.43 15.75 8.97 -
YUV 99.77 113.45 102.48 -
System Red Green Blue C M Y K H S L
Decimal 64 123 74 0.48 0 0.40 0.52 130.17 0.32 0.37
Hex 40 7B 4A 30 0 28 34 82 20 25
Octal 100 173 112 60 0 50 64 202 40 45
Binary 1000000 1111011 1001010 110000 0 101000 110100 10000010 100000 100101

Color Harmonies of #407B4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #407B4A

Black with #407B4A

Text Example


Text Example

White with #407B4A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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