Html Css Color HEX #40744B Killarney

📋 copy color: '#40744B'

red 64 ◦ green 116 ◦ blue 75

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

Shades of Killarney #40744B

Tints of Killarney #40744B

RGB

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

 GREEN value IS 116 (45.7% from 255) = 45.49%

 BLUE value IS 75 (29.69% from 255) = 29.41%

R = 25.1%
G = 45.49%
B = 29.41%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.35

 K value IS 0.55

RGB Variations

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

Color information

#40744B (or 0x40744B) is known color: Killarney. HEX triplet: 40, 74 and 4B. RGB value is (64,116,75). Sum of RGB (Red+Green+Blue) = 64+116+75=255 (33% of max value = 765). Red value is 64 (25.39% from 255 or 25.10% from 255); Green value is 116 (45.70% from 255 or 45.49% from 255); Blue value is 75 (29.69% from 255 or 29.41% from 255); Max value from RGB is 116 - color contains mainly: green. Hex color #40744B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #40744B is #BF8BB4. Grayscale: #5F5F5F. Windows color (decimal): -12553141 or 4944960. OLE color: 4944960.

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

Color convert

RGB 64 116 75 -
CMYK 0.45 0 0.35 0.55
HSL 132.69º 0.29% 0.35% -
HSV(B) 132.69º 0.45% 0.45% -
XYZ 9.63 14.09 8.87 -
YUV 95.78 116.27 105.33 -
System Red Green Blue C M Y K H S L
Decimal 64 116 75 0.45 0 0.35 0.55 132.69 0.29 0.35
Hex 40 74 4B 2D 0 23 37 85 1D 23
Octal 100 164 113 55 0 43 67 205 35 43
Binary 1000000 1110100 1001011 101101 0 100011 110111 10000101 11101 100011

Color Harmonies of #40744B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40744B

Black with #40744B

Text Example


Text Example

White with #40744B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #40744B; }

 p { color: rgb(64,116,75); }

 H1.HeaderClassName
 {
   color: #40744B;
 }
 .AnyTagClassName
 {
   color: #40744B;
 }
</style>

background-color css

<style>
 a { background-color: #40744B; }

 a { background-color: rgb(64,116,75); }

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

border-color css

<style>
 span { border-color: #40744B; }

 span { border-color: rgb(64,116,75); }

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