Html Css Color HEX #41694A Killarney

📋 copy color: '#41694A'

red 65 ◦ green 105 ◦ blue 74

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

Shades of Killarney #41694A

Tints of Killarney #41694A

RGB

 RED value IS 65 (25.78% from 255) = 26.64%

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

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

R = 26.64%
G = 43.03%
B = 30.33%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.30

 K value IS 0.59

RGB Variations

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

Color information

#41694A (or 0x41694A) is known color: Killarney. HEX triplet: 41, 69 and 4A. RGB value is (65,105,74). Sum of RGB (Red+Green+Blue) = 65+105+74=244 (32% of max value = 765). Red value is 65 (25.78% from 255 or 26.64% from 244); Green value is 105 (41.41% from 255 or 43.03% from 244); Blue value is 74 (29.30% from 255 or 30.33% from 244); Max value from RGB is 105 - color contains mainly: green. Hex color #41694A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #41694A is #BE96B5. Grayscale: #595959. Windows color (decimal): -12490422 or 4876609. OLE color: 4876609.

HSL color Cylindrical-coordinate representation of color #41694A: hue angle of 133.5º degrees, saturation: 0.24, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #41694A is Cyan = 0.38, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.59.

Color convert

RGB 65 105 74 -
CMYK 0.38 0 0.30 0.59
HSL 133.5º 0.24% 0.33% -
HSV(B) 133.5º 0.38% 0.41% -
XYZ 8.47 11.72 8.29 -
YUV 89.51 119.25 110.52 -
System Red Green Blue C M Y K H S L
Decimal 65 105 74 0.38 0 0.30 0.59 133.5 0.24 0.33
Hex 41 69 4A 26 0 1E 3B 86 18 21
Octal 101 151 112 46 0 36 73 206 30 41
Binary 1000001 1101001 1001010 100110 0 11110 111011 10000110 11000 100001

Color Harmonies of #41694A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41694A

Black with #41694A

Text Example


Text Example

White with #41694A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(65,105,74); }

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

background-color css

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

 a { background-color: rgb(65,105,74); }

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

border-color css

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

 span { border-color: rgb(65,105,74); }

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