Html Css Color HEX #41824E Killarney

📋 copy color: '#41824E'

red 65 ◦ green 130 ◦ blue 78

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

Shades of Killarney #41824E

Tints of Killarney #41824E

RGB

 RED value IS 65 (25.78% from 255) = 23.81%

 GREEN value IS 130 (51.17% from 255) = 47.62%

 BLUE value IS 78 (30.86% from 255) = 28.57%

R = 23.81%
G = 47.62%
B = 28.57%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.40

 K value IS 0.49

RGB Variations

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

Color information

#41824E (or 0x41824E) is known color: Killarney. HEX triplet: 41, 82 and 4E. RGB value is (65,130,78). Sum of RGB (Red+Green+Blue) = 65+130+78=273 (36% of max value = 765). Red value is 65 (25.78% from 255 or 23.81% from 273); Green value is 130 (51.17% from 255 or 47.62% from 273); Blue value is 78 (30.86% from 255 or 28.57% from 273); Max value from RGB is 130 - color contains mainly: green. Hex color #41824E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #41824E is #BE7DB1. Grayscale: #686868. Windows color (decimal): -12484018 or 5145153. OLE color: 5145153.

HSL color Cylindrical-coordinate representation of color #41824E: hue angle of 132º degrees, saturation: 0.33, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #41824E is Cyan = 0.50, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.49.

Color convert

RGB 65 130 78 -
CMYK 0.50 0 0.40 0.49
HSL 132º 0.33% 0.38% -
HSV(B) 132º 0.5% 0.51% -
XYZ 11.54 17.64 10 -
YUV 104.64 112.97 99.73 -
System Red Green Blue C M Y K H S L
Decimal 65 130 78 0.50 0 0.40 0.49 132 0.33 0.38
Hex 41 82 4E 32 0 28 31 84 21 26
Octal 101 202 116 62 0 50 61 204 41 46
Binary 1000001 10000010 1001110 110010 0 101000 110001 10000100 100001 100110

Color Harmonies of #41824E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41824E

Black with #41824E

Text Example


Text Example

White with #41824E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #41824E; }

 p { color: rgb(65,130,78); }

 H1.HeaderClassName
 {
   color: #41824E;
 }
 .AnyTagClassName
 {
   color: #41824E;
 }
</style>

background-color css

<style>
 a { background-color: #41824E; }

 a { background-color: rgb(65,130,78); }

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

border-color css

<style>
 span { border-color: #41824E; }

 span { border-color: rgb(65,130,78); }

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