Html Css Color HEX #44714D Killarney

📋 copy color: '#44714D'

red 68 ◦ green 113 ◦ blue 77

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

Shades of Killarney #44714D

Tints of Killarney #44714D

RGB

 RED value IS 68 (26.95% from 255) = 26.36%

 GREEN value IS 113 (44.53% from 255) = 43.8%

 BLUE value IS 77 (30.47% from 255) = 29.84%

R = 26.36%
G = 43.8%
B = 29.84%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.32

 K value IS 0.56

RGB Variations

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

Color information

#44714D (or 0x44714D) is known color: Killarney. HEX triplet: 44, 71 and 4D. RGB value is (68,113,77). Sum of RGB (Red+Green+Blue) = 68+113+77=258 (34% of max value = 765). Red value is 68 (26.95% from 255 or 26.36% from 258); Green value is 113 (44.53% from 255 or 43.80% from 258); Blue value is 77 (30.47% from 255 or 29.84% from 258); Max value from RGB is 113 - color contains mainly: green. Hex color #44714D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #44714D is #BB8EB2. Grayscale: #5F5F5F. Windows color (decimal): -12291763 or 5075268. OLE color: 5075268.

HSL color Cylindrical-coordinate representation of color #44714D: hue angle of 132º degrees, saturation: 0.25, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #44714D is Cyan = 0.40, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.56.

Color convert

RGB 68 113 77 -
CMYK 0.40 0 0.32 0.56
HSL 132º 0.25% 0.35% -
HSV(B) 132º 0.4% 0.44% -
XYZ 9.63 13.58 9.13 -
YUV 95.44 117.59 108.43 -
System Red Green Blue C M Y K H S L
Decimal 68 113 77 0.40 0 0.32 0.56 132 0.25 0.35
Hex 44 71 4D 28 0 20 38 84 19 23
Octal 104 161 115 50 0 40 70 204 31 43
Binary 1000100 1110001 1001101 101000 0 100000 111000 10000100 11001 100011

Color Harmonies of #44714D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #44714D

Black with #44714D

Text Example


Text Example

White with #44714D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #44714D; }

 p { color: rgb(68,113,77); }

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

background-color css

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

 a { background-color: rgb(68,113,77); }

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

border-color css

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

 span { border-color: rgb(68,113,77); }

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