Html Css Color HEX #40864B Killarney

📋 copy color: '#40864B'

red 64 ◦ green 134 ◦ blue 75

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

Shades of Killarney #40864B

Tints of Killarney #40864B

RGB

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

 GREEN value IS 134 (52.73% from 255) = 49.08%

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

R = 23.44%
G = 49.08%
B = 27.47%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.44

 K value IS 0.47

RGB Variations

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

Color information

#40864B (or 0x40864B) is known color: Killarney. HEX triplet: 40, 86 and 4B. RGB value is (64,134,75). Sum of RGB (Red+Green+Blue) = 64+134+75=273 (36% of max value = 765). Red value is 64 (25.39% from 255 or 23.44% from 273); Green value is 134 (52.73% from 255 or 49.08% from 273); Blue value is 75 (29.69% from 255 or 27.47% from 273); Max value from RGB is 134 - color contains mainly: green. Hex color #40864B is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #40864B is #BF79B4. Grayscale: #6A6A6A. Windows color (decimal): -12548533 or 4949568. OLE color: 4949568.

HSL color Cylindrical-coordinate representation of color #40864B: hue angle of 129.43º degrees, saturation: 0.35, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #40864B is Cyan = 0.52, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.47.

Color convert

RGB 64 134 75 -
CMYK 0.52 0 0.44 0.47
HSL 129.43º 0.35% 0.39% -
HSV(B) 129.43º 0.52% 0.53% -
XYZ 11.91 18.65 9.63 -
YUV 106.34 110.31 97.8 -
System Red Green Blue C M Y K H S L
Decimal 64 134 75 0.52 0 0.44 0.47 129.43 0.35 0.39
Hex 40 86 4B 34 0 2C 2F 81 23 27
Octal 100 206 113 64 0 54 57 201 43 47
Binary 1000000 10000110 1001011 110100 0 101100 101111 10000001 100011 100111

Color Harmonies of #40864B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40864B

Black with #40864B

Text Example


Text Example

White with #40864B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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