Html Css Color HEX #41824A Killarney

📋 copy color: '#41824A'

red 65 ◦ green 130 ◦ blue 74

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

Shades of Killarney #41824A

Tints of Killarney #41824A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 27.51%

R = 24.16%
G = 48.33%
B = 27.51%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.43

 K value IS 0.49

RGB Variations

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

Color information

#41824A (or 0x41824A) is known color: Killarney. HEX triplet: 41, 82 and 4A. RGB value is (65,130,74). Sum of RGB (Red+Green+Blue) = 65+130+74=269 (35% of max value = 765). Red value is 65 (25.78% from 255 or 24.16% from 269); Green value is 130 (51.17% from 255 or 48.33% from 269); Blue value is 74 (29.30% from 255 or 27.51% from 269); Max value from RGB is 130 - color contains mainly: green. Hex color #41824A is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #41824A is #BE7DB5. Grayscale: #686868. Windows color (decimal): -12484022 or 4883009. OLE color: 4883009.

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

Color convert

RGB 65 130 74 -
CMYK 0.50 0 0.43 0.49
HSL 128.31º 0.33% 0.38% -
HSV(B) 128.31º 0.5% 0.51% -
XYZ 11.4 17.58 9.27 -
YUV 104.18 110.97 100.05 -
System Red Green Blue C M Y K H S L
Decimal 65 130 74 0.50 0 0.43 0.49 128.31 0.33 0.38
Hex 41 82 4A 32 0 2B 31 80 21 26
Octal 101 202 112 62 0 53 61 200 41 46
Binary 1000001 10000010 1001010 110010 0 101011 110001 10000000 100001 100110

Color Harmonies of #41824A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41824A

Black with #41824A

Text Example


Text Example

White with #41824A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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