Html Css Color HEX #40754B Killarney

📋 copy color: '#40754B'

red 64 ◦ green 117 ◦ blue 75

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

Shades of Killarney #40754B

Tints of Killarney #40754B

RGB

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

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

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

R = 25%
G = 45.7%
B = 29.3%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.36

 K value IS 0.54

RGB Variations

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

Color information

#40754B (or 0x40754B) is known color: Killarney. HEX triplet: 40, 75 and 4B. RGB value is (64,117,75). Sum of RGB (Red+Green+Blue) = 64+117+75=256 (33% of max value = 765). Red value is 64 (25.39% from 255 or 25% from 256); Green value is 117 (46.09% from 255 or 45.70% from 256); Blue value is 75 (29.69% from 255 or 29.30% from 256); Max value from RGB is 117 - color contains mainly: green. Hex color #40754B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #40754B is #BF8AB4. Grayscale: #606060. Windows color (decimal): -12552885 or 4945216. OLE color: 4945216.

HSL color Cylindrical-coordinate representation of color #40754B: hue angle of 132.45º 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 #40754B is Cyan = 0.45, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.54.

Color convert

RGB 64 117 75 -
CMYK 0.45 0 0.36 0.54
HSL 132.45º 0.29% 0.35% -
HSV(B) 132.45º 0.45% 0.46% -
XYZ 9.75 14.32 8.91 -
YUV 96.37 115.94 104.92 -
System Red Green Blue C M Y K H S L
Decimal 64 117 75 0.45 0 0.36 0.54 132.45 0.29 0.35
Hex 40 75 4B 2D 0 24 36 84 1D 23
Octal 100 165 113 55 0 44 66 204 35 43
Binary 1000000 1110101 1001011 101101 0 100100 110110 10000100 11101 100011

Color Harmonies of #40754B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40754B

Black with #40754B

Text Example


Text Example

White with #40754B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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