Html Css Color HEX #40694A Killarney

📋 copy color: '#40694A'

red 64 ◦ green 105 ◦ blue 74

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

Shades of Killarney #40694A

Tints of Killarney #40694A

RGB

 RED value IS 64 (25.39% from 255) = 26.34%

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

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

R = 26.34%
G = 43.21%
B = 30.45%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.30

 K value IS 0.59

RGB Variations

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

Color information

#40694A (or 0x40694A) is known color: Killarney. HEX triplet: 40, 69 and 4A. RGB value is (64,105,74). Sum of RGB (Red+Green+Blue) = 64+105+74=243 (32% of max value = 765). Red value is 64 (25.39% from 255 or 26.34% from 243); Green value is 105 (41.41% from 255 or 43.21% from 243); Blue value is 74 (29.30% from 255 or 30.45% from 243); Max value from RGB is 105 - color contains mainly: green. Hex color #40694A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #40694A is #BF96B5. Grayscale: #595959. Windows color (decimal): -12555958 or 4876608. OLE color: 4876608.

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

Color convert

RGB 64 105 74 -
CMYK 0.39 0 0.30 0.59
HSL 134.63º 0.24% 0.33% -
HSV(B) 134.63º 0.39% 0.41% -
XYZ 8.4 11.69 8.29 -
YUV 89.21 119.42 110.02 -
System Red Green Blue C M Y K H S L
Decimal 64 105 74 0.39 0 0.30 0.59 134.63 0.24 0.33
Hex 40 69 4A 27 0 1E 3B 87 18 21
Octal 100 151 112 47 0 36 73 207 30 41
Binary 1000000 1101001 1001010 100111 0 11110 111011 10000111 11000 100001

Color Harmonies of #40694A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40694A

Black with #40694A

Text Example


Text Example

White with #40694A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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