Html Css Color HEX #40754A Killarney

📋 copy color: '#40754A'

red 64 ◦ green 117 ◦ blue 74

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

Shades of Killarney #40754A

Tints of Killarney #40754A

RGB

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

 GREEN value IS 117 (46.09% from 255) = 45.88%

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

R = 25.1%
G = 45.88%
B = 29.02%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.37

 K value IS 0.54

RGB Variations

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

Color information

#40754A (or 0x40754A) is known color: Killarney. HEX triplet: 40, 75 and 4A. RGB value is (64,117,74). Sum of RGB (Red+Green+Blue) = 64+117+74=255 (33% of max value = 765). Red value is 64 (25.39% from 255 or 25.10% from 255); Green value is 117 (46.09% from 255 or 45.88% from 255); Blue value is 74 (29.30% from 255 or 29.02% from 255); Max value from RGB is 117 - color contains mainly: green. Hex color #40754A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #40754A is #BF8AB5. Grayscale: #606060. Windows color (decimal): -12552886 or 4879680. OLE color: 4879680.

HSL color Cylindrical-coordinate representation of color #40754A: hue angle of 131.32º degrees, saturation: 0.29, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #40754A is Cyan = 0.45, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.54.

Color convert

RGB 64 117 74 -
CMYK 0.45 0 0.37 0.54
HSL 131.32º 0.29% 0.35% -
HSV(B) 131.32º 0.45% 0.46% -
XYZ 9.71 14.31 8.73 -
YUV 96.25 115.44 105 -
System Red Green Blue C M Y K H S L
Decimal 64 117 74 0.45 0 0.37 0.54 131.32 0.29 0.35
Hex 40 75 4A 2D 0 25 36 83 1D 23
Octal 100 165 112 55 0 45 66 203 35 43
Binary 1000000 1110101 1001010 101101 0 100101 110110 10000011 11101 100011

Color Harmonies of #40754A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40754A

Black with #40754A

Text Example


Text Example

White with #40754A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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