Html Css Color HEX #407348 Killarney

📋 copy color: '#407348'

red 64 ◦ green 115 ◦ blue 72

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

Shades of Killarney #407348

Tints of Killarney #407348

RGB

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

 GREEN value IS 115 (45.31% from 255) = 45.82%

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

R = 25.5%
G = 45.82%
B = 28.69%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.37

 K value IS 0.55

RGB Variations

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

Color information

#407348 (or 0x407348) is known color: Killarney. HEX triplet: 40, 73 and 48. RGB value is (64,115,72). Sum of RGB (Red+Green+Blue) = 64+115+72=251 (33% of max value = 765). Red value is 64 (25.39% from 255 or 25.50% from 251); Green value is 115 (45.31% from 255 or 45.82% from 251); Blue value is 72 (28.52% from 255 or 28.69% from 251); Max value from RGB is 115 - color contains mainly: green. Hex color #407348 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #407348 is #BF8CB7. Grayscale: #5E5E5E. Windows color (decimal): -12553400 or 4748096. OLE color: 4748096.

HSL color Cylindrical-coordinate representation of color #407348: hue angle of 129.41º degrees, saturation: 0.28, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #407348 is Cyan = 0.44, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.55.

Color convert

RGB 64 115 72 -
CMYK 0.44 0 0.37 0.55
HSL 129.41º 0.28% 0.35% -
HSV(B) 129.41º 0.44% 0.45% -
XYZ 9.41 13.82 8.3 -
YUV 94.85 115.1 106 -
System Red Green Blue C M Y K H S L
Decimal 64 115 72 0.44 0 0.37 0.55 129.41 0.28 0.35
Hex 40 73 48 2C 0 25 37 81 1C 23
Octal 100 163 110 54 0 45 67 201 34 43
Binary 1000000 1110011 1001000 101100 0 100101 110111 10000001 11100 100011

Color Harmonies of #407348

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #407348

Black with #407348

Text Example


Text Example

White with #407348

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #407348; }

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

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

background-color css

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

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

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

border-color css

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

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

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