Html Css Color HEX #407F48 Killarney

📋 copy color: '#407F48'

red 64 ◦ green 127 ◦ blue 72

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

Shades of Killarney #407F48

Tints of Killarney #407F48

RGB

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

 GREEN value IS 127 (50% from 255) = 48.29%

 BLUE value IS 72 (28.52% from 255) = 27.38%

R = 24.33%
G = 48.29%
B = 27.38%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.43

 K value IS 0.50

RGB Variations

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

Color information

#407F48 (or 0x407F48) is known color: Killarney. HEX triplet: 40, 7F and 48. RGB value is (64,127,72). Sum of RGB (Red+Green+Blue) = 64+127+72=263 (34% of max value = 765). Red value is 64 (25.39% from 255 or 24.33% from 263); Green value is 127 (50% from 255 or 48.29% from 263); Blue value is 72 (28.52% from 255 or 27.38% from 263); Max value from RGB is 127 - color contains mainly: green. Hex color #407F48 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #407F48 is #BF80B7. Grayscale: #666666. Windows color (decimal): -12550328 or 4751168. OLE color: 4751168.

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

Color convert

RGB 64 127 72 -
CMYK 0.50 0 0.43 0.50
HSL 127.62º 0.33% 0.37% -
HSV(B) 127.62º 0.5% 0.5% -
XYZ 10.87 16.74 8.79 -
YUV 101.89 111.13 100.97 -
System Red Green Blue C M Y K H S L
Decimal 64 127 72 0.50 0 0.43 0.50 127.62 0.33 0.37
Hex 40 7F 48 32 0 2B 32 80 21 25
Octal 100 177 110 62 0 53 62 200 41 45
Binary 1000000 1111111 1001000 110010 0 101011 110010 10000000 100001 100101

Color Harmonies of #407F48

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #407F48

Black with #407F48

Text Example


Text Example

White with #407F48

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(64,127,72); }

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

background-color css

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

 a { background-color: rgb(64,127,72); }

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

border-color css

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

 span { border-color: rgb(64,127,72); }

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