#3D804B

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

Shades of Killarney #3D804B

Tints of Killarney #3D804B

Color information

#3D804B (or 0x3D804B) is unknown color: approx Killarney. HEX triplet: 3D, 80 and 4B. RGB value is (61,128,75). Sum of RGB (Red+Green+Blue) = 61+128+75=264 (34% of max value = 765). Red value is 61 (24.22% from 255 or 23.11% from 264); Green value is 128 (50.39% from 255 or 48.48% from 264); Blue value is 75 (29.69% from 255 or 28.41% from 264); Max value from RGB is 128 - color contains mainly: green. Hex color #3D804B is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #3D804B is #C27FB4. Grayscale: #666666. Windows color (decimal): -12746677 or 4948029. OLE color: 4948029.

HSL color Cylindrical-coordinate representation of color #3D804B: hue angle of 132.54º degrees, saturation: 0.35, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #3D804B is Cyan = 0.52, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.50.

Color convert

RGB6112875-
CMYK0.5200.410.50
HSL132.54º35.45%37.06%-
HSV(B)132.54º52.34%50.2%-
XYZ10.9116.949.35-
YUV101.92112.898.81-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 23.11%
GREEN value IS 128 (50.39% from 255) = 48.48%
BLUE value IS 75 (29.69% from 255) = 28.41%
R=23.11%
G=48.48%
B=28.41%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal61128750.5200.410.50132.5435.4537.06
Hex3D804B3402932852325
Octal7520011364051622054345
Binary111101100000001001011110100010100111001010000101100011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D804B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(61,128,75); }

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

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

 a { background-color: rgb(61,128,75); }

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

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

 span { border-color: rgb(61,128,75); }

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