#3D814A

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

Shades of Killarney #3D814A

Tints of Killarney #3D814A

Color information

#3D814A (or 0x3D814A) is unknown color: approx Killarney. HEX triplet: 3D, 81 and 4A. RGB value is (61,129,74). Sum of RGB (Red+Green+Blue) = 61+129+74=264 (34% of max value = 765). Red value is 61 (24.22% from 255 or 23.11% from 264); Green value is 129 (50.78% from 255 or 48.86% from 264); Blue value is 74 (29.30% from 255 or 28.03% from 264); Max value from RGB is 129 - color contains mainly: green. Hex color #3D814A is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #3D814A is #C27EB5. Grayscale: #666666. Windows color (decimal): -12746422 or 4882749. OLE color: 4882749.

HSL color Cylindrical-coordinate representation of color #3D814A: hue angle of 131.47º degrees, saturation: 0.36, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #3D814A is Cyan = 0.53, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.49.

Color convert

RGB6112974-
CMYK0.5300.430.49
HSL131.47º35.79%37.25%-
HSV(B)131.47º52.71%50.59%-
XYZ11.0117.199.22-
YUV102.4111.9798.47-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 23.11%
GREEN value IS 129 (50.78% from 255) = 48.86%
BLUE value IS 74 (29.30% from 255) = 28.03%
R=23.11%
G=48.86%
B=28.03%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal61129740.5300.430.49131.4735.7937.25
Hex3D814A3502B31832425
Octal7520111265053612034445
Binary111101100000011001010110101010101111000110000011100100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D814A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3D814A; }

 p { color: rgb(61,129,74); }

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

<style>
 a { background-color: #3D814A; }

 a { background-color: rgb(61,129,74); }

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

<style>
 span { border-color: #3D814A; }

 span { border-color: rgb(61,129,74); }

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