Html Css Color HEX #40684A Killarney

📋 copy color: '#40684A'

red 64 ◦ green 104 ◦ blue 74

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

Shades of Killarney #40684A

Tints of Killarney #40684A

RGB

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

 GREEN value IS 104 (41.02% from 255) = 42.98%

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

R = 26.45%
G = 42.98%
B = 30.58%

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

#40684A (or 0x40684A) is known color: Killarney. HEX triplet: 40, 68 and 4A. RGB value is (64,104,74). Sum of RGB (Red+Green+Blue) = 64+104+74=242 (32% of max value = 765). Red value is 64 (25.39% from 255 or 26.45% from 242); Green value is 104 (41.02% from 255 or 42.98% from 242); Blue value is 74 (29.30% from 255 or 30.58% from 242); Max value from RGB is 104 - color contains mainly: green. Hex color #40684A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #40684A is #BF97B5. Grayscale: #585858. Windows color (decimal): -12556214 or 4876352. OLE color: 4876352.

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

Color convert

RGB 64 104 74 -
CMYK 0.38 0 0.29 0.59
HSL 135º 0.24% 0.33% -
HSV(B) 135º 0.38% 0.41% -
XYZ 8.3 11.49 8.26 -
YUV 88.62 119.75 110.44 -
System Red Green Blue C M Y K H S L
Decimal 64 104 74 0.38 0 0.29 0.59 135 0.24 0.33
Hex 40 68 4A 26 0 1D 3B 87 18 21
Octal 100 150 112 46 0 35 73 207 30 41
Binary 1000000 1101000 1001010 100110 0 11101 111011 10000111 11000 100001

Color Harmonies of #40684A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40684A

Black with #40684A

Text Example


Text Example

White with #40684A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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