#41694B

Color #41694B Killarney (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Killarney #41694B

Tints of Killarney #41694B

Color information

#41694B (or 0x41694B) is unknown color: approx Killarney. HEX triplet: 41, 69 and 4B. RGB value is (65,105,75). Sum of RGB (Red+Green+Blue) = 65+105+75=245 (32% of max value = 765). Red value is 65 (25.78% from 255 or 26.53% from 245); Green value is 105 (41.41% from 255 or 42.86% from 245); Blue value is 75 (29.69% from 255 or 30.61% from 245); Max value from RGB is 105 - color contains mainly: green. Hex color #41694B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #41694B is #BE96B4. Grayscale: #595959. Windows color (decimal): -12490421 or 4942145. OLE color: 4942145.

HSL color Cylindrical-coordinate representation of color #41694B: hue angle of 135º 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 #41694B is Cyan = 0.38, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.59.

Color convert

RGB6510575-
CMYK0.3800.290.59
HSL135º23.53%33.33%-
HSV(B)135º38.1%41.18%-
XYZ8.511.738.47-
YUV89.62119.75110.44-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 26.53%
GREEN value IS 105 (41.41% from 255) = 42.86%
BLUE value IS 75 (29.69% from 255) = 30.61%
R=26.53%
G=42.86%
B=30.61%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal65105750.3800.290.5913523.5333.33
Hex41694B2601D3B871821
Octal10115111346035732073041
Binary1000001110100110010111001100111011110111000011111000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #41694B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #41694B;
 }
 .AnyTagClassName
 {
   color: #41694B;
 }
</style>
background-color css

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

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

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

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

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

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