#41814B

Color #41814B Killarney (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Killarney #41814B

Tints of Killarney #41814B

Color information

#41814B (or 0x41814B) is unknown color: approx Killarney. HEX triplet: 41, 81 and 4B. RGB value is (65,129,75). Sum of RGB (Red+Green+Blue) = 65+129+75=269 (35% of max value = 765). Red value is 65 (25.78% from 255 or 24.16% from 269); Green value is 129 (50.78% from 255 or 47.96% from 269); Blue value is 75 (29.69% from 255 or 27.88% from 269); Max value from RGB is 129 - color contains mainly: green. Hex color #41814B is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #41814B is #BE7EB4. Grayscale: #676767. Windows color (decimal): -12484277 or 4948289. OLE color: 4948289.

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

Color convert

RGB6512975-
CMYK0.5000.420.49
HSL129.38º32.99%38.04%-
HSV(B)129.38º49.61%50.59%-
XYZ11.317.339.41-
YUV103.71111.8100.39-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 24.16%
GREEN value IS 129 (50.78% from 255) = 47.96%
BLUE value IS 75 (29.69% from 255) = 27.88%
R=24.16%
G=47.96%
B=27.88%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal65129750.5000.420.49129.3832.9938.04
Hex41814B3202A31812126
Octal10120111362052612014146
Binary1000001100000011001011110010010101011000110000001100001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #41814B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(65,129,75); }

 H1.HeaderClassName
 {
   color: #41814B;
 }
 .AnyTagClassName
 {
   color: #41814B;
 }
</style>
background-color css

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

 a { background-color: rgb(65,129,75); }

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

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

 span { border-color: rgb(65,129,75); }

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