Html Css Color HEX #40764C Killarney

📋 copy color: '#40764C'

red 64 ◦ green 118 ◦ blue 76

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

Shades of Killarney #40764C

Tints of Killarney #40764C

RGB

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

 GREEN value IS 118 (46.48% from 255) = 45.74%

 BLUE value IS 76 (30.08% from 255) = 29.46%

R = 24.81%
G = 45.74%
B = 29.46%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.36

 K value IS 0.54

RGB Variations

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

Color information

#40764C (or 0x40764C) is known color: Killarney. HEX triplet: 40, 76 and 4C. RGB value is (64,118,76). Sum of RGB (Red+Green+Blue) = 64+118+76=258 (34% of max value = 765). Red value is 64 (25.39% from 255 or 24.81% from 258); Green value is 118 (46.48% from 255 or 45.74% from 258); Blue value is 76 (30.08% from 255 or 29.46% from 258); Max value from RGB is 118 - color contains mainly: green. Hex color #40764C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #40764C is #BF89B3. Grayscale: #616161. Windows color (decimal): -12552628 or 5011008. OLE color: 5011008.

HSL color Cylindrical-coordinate representation of color #40764C: hue angle of 133.33º degrees, saturation: 0.3, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #40764C is Cyan = 0.46, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.54.

Color convert

RGB 64 118 76 -
CMYK 0.46 0 0.36 0.54
HSL 133.33º 0.3% 0.36% -
HSV(B) 133.33º 0.46% 0.46% -
XYZ 9.9 14.57 9.13 -
YUV 97.07 116.11 104.42 -
System Red Green Blue C M Y K H S L
Decimal 64 118 76 0.46 0 0.36 0.54 133.33 0.3 0.36
Hex 40 76 4C 2E 0 24 36 85 1E 24
Octal 100 166 114 56 0 44 66 205 36 44
Binary 1000000 1110110 1001100 101110 0 100100 110110 10000101 11110 100100

Color Harmonies of #40764C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40764C

Black with #40764C

Text Example


Text Example

White with #40764C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #40764C; }

 p { color: rgb(64,118,76); }

 H1.HeaderClassName
 {
   color: #40764C;
 }
 .AnyTagClassName
 {
   color: #40764C;
 }
</style>

background-color css

<style>
 a { background-color: #40764C; }

 a { background-color: rgb(64,118,76); }

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

border-color css

<style>
 span { border-color: #40764C; }

 span { border-color: rgb(64,118,76); }

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