Html Css Color HEX #40704B Killarney

📋 copy color: '#40704B'

red 64 ◦ green 112 ◦ blue 75

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

Shades of Killarney #40704B

Tints of Killarney #40704B

RGB

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

 GREEN value IS 112 (44.14% from 255) = 44.62%

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

R = 25.5%
G = 44.62%
B = 29.88%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.33

 K value IS 0.56

RGB Variations

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

Color information

#40704B (or 0x40704B) is known color: Killarney. HEX triplet: 40, 70 and 4B. RGB value is (64,112,75). Sum of RGB (Red+Green+Blue) = 64+112+75=251 (33% of max value = 765). Red value is 64 (25.39% from 255 or 25.50% from 251); Green value is 112 (44.14% from 255 or 44.62% from 251); Blue value is 75 (29.69% from 255 or 29.88% from 251); Max value from RGB is 112 - color contains mainly: green. Hex color #40704B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #40704B is #BF8FB4. Grayscale: #5D5D5D. Windows color (decimal): -12554165 or 4943936. OLE color: 4943936.

HSL color Cylindrical-coordinate representation of color #40704B: hue angle of 133.75º degrees, saturation: 0.27, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #40704B is Cyan = 0.43, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.56.

Color convert

RGB 64 112 75 -
CMYK 0.43 0 0.33 0.56
HSL 133.75º 0.27% 0.35% -
HSV(B) 133.75º 0.43% 0.44% -
XYZ 9.18 13.19 8.72 -
YUV 93.43 117.6 107.01 -
System Red Green Blue C M Y K H S L
Decimal 64 112 75 0.43 0 0.33 0.56 133.75 0.27 0.35
Hex 40 70 4B 2B 0 21 38 86 1B 23
Octal 100 160 113 53 0 41 70 206 33 43
Binary 1000000 1110000 1001011 101011 0 100001 111000 10000110 11011 100011

Color Harmonies of #40704B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40704B

Black with #40704B

Text Example


Text Example

White with #40704B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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