Html Css Color HEX #44704A Killarney

📋 copy color: '#44704A'

red 68 ◦ green 112 ◦ blue 74

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

Shades of Killarney #44704A

Tints of Killarney #44704A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 29.13%

R = 26.77%
G = 44.09%
B = 29.13%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.34

 K value IS 0.56

RGB Variations

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

Color information

#44704A (or 0x44704A) is known color: Killarney. HEX triplet: 44, 70 and 4A. RGB value is (68,112,74). Sum of RGB (Red+Green+Blue) = 68+112+74=254 (33% of max value = 765). Red value is 68 (26.95% from 255 or 26.77% from 254); Green value is 112 (44.14% from 255 or 44.09% from 254); Blue value is 74 (29.30% from 255 or 29.13% from 254); Max value from RGB is 112 - color contains mainly: green. Hex color #44704A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #44704A is #BB8FB5. Grayscale: #5E5E5E. Windows color (decimal): -12292022 or 4878404. OLE color: 4878404.

HSL color Cylindrical-coordinate representation of color #44704A: hue angle of 128.18º 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 #44704A is Cyan = 0.39, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.56.

Color convert

RGB 68 112 74 -
CMYK 0.39 0 0.34 0.56
HSL 128.18º 0.24% 0.35% -
HSV(B) 128.18º 0.39% 0.44% -
XYZ 9.41 13.31 8.55 -
YUV 94.51 116.42 109.09 -
System Red Green Blue C M Y K H S L
Decimal 68 112 74 0.39 0 0.34 0.56 128.18 0.24 0.35
Hex 44 70 4A 27 0 22 38 80 18 23
Octal 104 160 112 47 0 42 70 200 30 43
Binary 1000100 1110000 1001010 100111 0 100010 111000 10000000 11000 100011

Color Harmonies of #44704A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #44704A

Black with #44704A

Text Example


Text Example

White with #44704A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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