Html Css Color HEX #44704C Killarney

📋 copy color: '#44704C'

red 68 ◦ green 112 ◦ blue 76

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

Shades of Killarney #44704C

Tints of Killarney #44704C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 29.69%

R = 26.56%
G = 43.75%
B = 29.69%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.32

 K value IS 0.56

RGB Variations

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

Color information

#44704C (or 0x44704C) is known color: Killarney. HEX triplet: 44, 70 and 4C. RGB value is (68,112,76). Sum of RGB (Red+Green+Blue) = 68+112+76=256 (33% of max value = 765). Red value is 68 (26.95% from 255 or 26.56% from 256); Green value is 112 (44.14% from 255 or 43.75% from 256); Blue value is 76 (30.08% from 255 or 29.69% from 256); Max value from RGB is 112 - color contains mainly: green. Hex color #44704C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #44704C is #BB8FB3. Grayscale: #5E5E5E. Windows color (decimal): -12292020 or 5009476. OLE color: 5009476.

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

Color convert

RGB 68 112 76 -
CMYK 0.39 0 0.32 0.56
HSL 130.91º 0.24% 0.35% -
HSV(B) 130.91º 0.39% 0.44% -
XYZ 9.48 13.34 8.91 -
YUV 94.74 117.42 108.93 -
System Red Green Blue C M Y K H S L
Decimal 68 112 76 0.39 0 0.32 0.56 130.91 0.24 0.35
Hex 44 70 4C 27 0 20 38 83 18 23
Octal 104 160 114 47 0 40 70 203 30 43
Binary 1000100 1110000 1001100 100111 0 100000 111000 10000011 11000 100011

Color Harmonies of #44704C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #44704C

Black with #44704C

Text Example


Text Example

White with #44704C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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