Html Css Color HEX #44694B Killarney

📋 copy color: '#44694B'

red 68 ◦ green 105 ◦ blue 75

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

Shades of Killarney #44694B

Tints of Killarney #44694B

RGB

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

 GREEN value IS 105 (41.41% from 255) = 42.34%

 BLUE value IS 75 (29.69% from 255) = 30.24%

R = 27.42%
G = 42.34%
B = 30.24%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.29

 K value IS 0.59

RGB Variations

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

Color information

#44694B (or 0x44694B) is known color: Killarney. HEX triplet: 44, 69 and 4B. RGB value is (68,105,75). Sum of RGB (Red+Green+Blue) = 68+105+75=248 (32% of max value = 765). Red value is 68 (26.95% from 255 or 27.42% from 248); Green value is 105 (41.41% from 255 or 42.34% from 248); Blue value is 75 (29.69% from 255 or 30.24% from 248); Max value from RGB is 105 - color contains mainly: green. Hex color #44694B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #44694B is #BB96B4. Grayscale: #5A5A5A. Windows color (decimal): -12293813 or 4942148. OLE color: 4942148.

HSL color Cylindrical-coordinate representation of color #44694B: hue angle of 131.35º degrees, saturation: 0.21, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #44694B is Cyan = 0.35, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.59.

Color convert

RGB 68 105 75 -
CMYK 0.35 0 0.29 0.59
HSL 131.35º 0.21% 0.34% -
HSV(B) 131.35º 0.35% 0.41% -
XYZ 8.71 11.84 8.48 -
YUV 90.52 119.24 111.94 -
System Red Green Blue C M Y K H S L
Decimal 68 105 75 0.35 0 0.29 0.59 131.35 0.21 0.34
Hex 44 69 4B 23 0 1D 3B 83 15 22
Octal 104 151 113 43 0 35 73 203 25 42
Binary 1000100 1101001 1001011 100011 0 11101 111011 10000011 10101 100010

Color Harmonies of #44694B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #44694B

Black with #44694B

Text Example


Text Example

White with #44694B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #44694B; }

 p { color: rgb(68,105,75); }

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

background-color css

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

 a { background-color: rgb(68,105,75); }

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

border-color css

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

 span { border-color: rgb(68,105,75); }

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