Html Css Color HEX #407B45 Killarney

📋 copy color: '#407B45'

red 64 ◦ green 123 ◦ blue 69

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

Shades of Killarney #407B45

Tints of Killarney #407B45

RGB

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

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

 BLUE value IS 69 (27.34% from 255) = 26.95%

R = 25%
G = 48.05%
B = 26.95%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.44

 K value IS 0.52

RGB Variations

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

Color information

#407B45 (or 0x407B45) is known color: Killarney. HEX triplet: 40, 7B and 45. RGB value is (64,123,69). Sum of RGB (Red+Green+Blue) = 64+123+69=256 (33% of max value = 765). Red value is 64 (25.39% from 255 or 25% from 256); Green value is 123 (48.44% from 255 or 48.05% from 256); Blue value is 69 (27.34% from 255 or 26.95% from 256); Max value from RGB is 123 - color contains mainly: green. Hex color #407B45 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #407B45 is #BF84BA. Grayscale: #636363. Windows color (decimal): -12551355 or 4553536. OLE color: 4553536.

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

Color convert

RGB 64 123 69 -
CMYK 0.48 0 0.44 0.52
HSL 125.08º 0.32% 0.37% -
HSV(B) 125.08º 0.48% 0.48% -
XYZ 10.27 15.69 8.12 -
YUV 99.2 110.95 102.89 -
System Red Green Blue C M Y K H S L
Decimal 64 123 69 0.48 0 0.44 0.52 125.08 0.32 0.37
Hex 40 7B 45 30 0 2C 34 7D 20 25
Octal 100 173 105 60 0 54 64 175 40 45
Binary 1000000 1111011 1000101 110000 0 101100 110100 1111101 100000 100101

Color Harmonies of #407B45

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #407B45

Black with #407B45

Text Example


Text Example

White with #407B45

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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