Html Css Color HEX #41694B Killarney

📋 copy color: '#41694B'

red 65 ◦ green 105 ◦ blue 75

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

Shades of Killarney #41694B

Tints of Killarney #41694B

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 value IS 0.38

 M value IS 0

 Y value IS 0.29

 K value IS 0.59

RGB Variations

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

Color information

#41694B (or 0x41694B) is known color: 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

RGB 65 105 75 -
CMYK 0.38 0 0.29 0.59
HSL 135º 0.24% 0.33% -
HSV(B) 135º 0.38% 0.41% -
XYZ 8.5 11.73 8.47 -
YUV 89.62 119.75 110.44 -
System Red Green Blue C M Y K H S L
Decimal 65 105 75 0.38 0 0.29 0.59 135 0.24 0.33
Hex 41 69 4B 26 0 1D 3B 87 18 21
Octal 101 151 113 46 0 35 73 207 30 41
Binary 1000001 1101001 1001011 100110 0 11101 111011 10000111 11000 100001

Color Harmonies of #41694B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41694B

Black with #41694B

Text Example


Text Example

White with #41694B

Text Example


Text Example

HTML Codes & Css Web 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>