Html Css Color HEX #44704D Killarney

📋 copy color: '#44704D'

red 68 ◦ green 112 ◦ blue 77

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

Shades of Killarney #44704D

Tints of Killarney #44704D

RGB

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

 GREEN value IS 112 (44.14% from 255) = 43.58%

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

R = 26.46%
G = 43.58%
B = 29.96%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.31

 K value IS 0.56

RGB Variations

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

Color information

#44704D (or 0x44704D) is known color: Killarney. HEX triplet: 44, 70 and 4D. RGB value is (68,112,77). Sum of RGB (Red+Green+Blue) = 68+112+77=257 (34% of max value = 765). Red value is 68 (26.95% from 255 or 26.46% from 257); Green value is 112 (44.14% from 255 or 43.58% from 257); Blue value is 77 (30.47% from 255 or 29.96% from 257); Max value from RGB is 112 - color contains mainly: green. Hex color #44704D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #44704D is #BB8FB2. Grayscale: #5E5E5E. Windows color (decimal): -12292019 or 5075012. OLE color: 5075012.

HSL color Cylindrical-coordinate representation of color #44704D: hue angle of 132.27º degrees, saturation: 0.24, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #44704D is Cyan = 0.39, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.56.

Color convert

RGB 68 112 77 -
CMYK 0.39 0 0.31 0.56
HSL 132.27º 0.24% 0.35% -
HSV(B) 132.27º 0.39% 0.44% -
XYZ 9.52 13.35 9.1 -
YUV 94.85 117.92 108.85 -
System Red Green Blue C M Y K H S L
Decimal 68 112 77 0.39 0 0.31 0.56 132.27 0.24 0.35
Hex 44 70 4D 27 0 1F 38 84 18 23
Octal 104 160 115 47 0 37 70 204 30 43
Binary 1000100 1110000 1001101 100111 0 11111 111000 10000100 11000 100011

Color Harmonies of #44704D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #44704D

Black with #44704D

Text Example


Text Example

White with #44704D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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