Html Css Color HEX #407B4C Killarney

📋 copy color: '#407B4C'

red 64 ◦ green 123 ◦ blue 76

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

Shades of Killarney #407B4C

Tints of Killarney #407B4C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 28.9%

R = 24.33%
G = 46.77%
B = 28.9%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.38

 K value IS 0.52

RGB Variations

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

Color information

#407B4C (or 0x407B4C) is known color: Killarney. HEX triplet: 40, 7B and 4C. RGB value is (64,123,76). Sum of RGB (Red+Green+Blue) = 64+123+76=263 (34% of max value = 765). Red value is 64 (25.39% from 255 or 24.33% from 263); Green value is 123 (48.44% from 255 or 46.77% from 263); Blue value is 76 (30.08% from 255 or 28.90% from 263); Max value from RGB is 123 - color contains mainly: green. Hex color #407B4C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #407B4C is #BF84B3. Grayscale: #646464. Windows color (decimal): -12551348 or 5012288. OLE color: 5012288.

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

Color convert

RGB 64 123 76 -
CMYK 0.48 0 0.38 0.52
HSL 132.2º 0.32% 0.37% -
HSV(B) 132.2º 0.48% 0.48% -
XYZ 10.5 15.78 9.33 -
YUV 100 114.45 102.32 -
System Red Green Blue C M Y K H S L
Decimal 64 123 76 0.48 0 0.38 0.52 132.2 0.32 0.37
Hex 40 7B 4C 30 0 26 34 84 20 25
Octal 100 173 114 60 0 46 64 204 40 45
Binary 1000000 1111011 1001100 110000 0 100110 110100 10000100 100000 100101

Color Harmonies of #407B4C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #407B4C

Black with #407B4C

Text Example


Text Example

White with #407B4C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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