Html Css Color HEX #41824C Killarney

📋 copy color: '#41824C'

red 65 ◦ green 130 ◦ blue 76

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

Shades of Killarney #41824C

Tints of Killarney #41824C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 28.04%

R = 23.99%
G = 47.97%
B = 28.04%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.42

 K value IS 0.49

RGB Variations

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

Color information

#41824C (or 0x41824C) is known color: Killarney. HEX triplet: 41, 82 and 4C. RGB value is (65,130,76). Sum of RGB (Red+Green+Blue) = 65+130+76=271 (35% of max value = 765). Red value is 65 (25.78% from 255 or 23.99% from 271); Green value is 130 (51.17% from 255 or 47.97% from 271); Blue value is 76 (30.08% from 255 or 28.04% from 271); Max value from RGB is 130 - color contains mainly: green. Hex color #41824C is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #41824C is #BE7DB3. Grayscale: #686868. Windows color (decimal): -12484020 or 5014081. OLE color: 5014081.

HSL color Cylindrical-coordinate representation of color #41824C: hue angle of 130.15º 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 #41824C is Cyan = 0.50, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.49.

Color convert

RGB 65 130 76 -
CMYK 0.50 0 0.42 0.49
HSL 130.15º 0.33% 0.38% -
HSV(B) 130.15º 0.5% 0.51% -
XYZ 11.47 17.61 9.63 -
YUV 104.41 111.97 99.89 -
System Red Green Blue C M Y K H S L
Decimal 65 130 76 0.50 0 0.42 0.49 130.15 0.33 0.38
Hex 41 82 4C 32 0 2A 31 82 21 26
Octal 101 202 114 62 0 52 61 202 41 46
Binary 1000001 10000010 1001100 110010 0 101010 110001 10000010 100001 100110

Color Harmonies of #41824C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41824C

Black with #41824C

Text Example


Text Example

White with #41824C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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