#3D8534

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

Shades of La Palma #3D8534

Tints of La Palma #3D8534

Color information

#3D8534 (or 0x3D8534) is unknown color: approx La Palma. HEX triplet: 3D, 85 and 34. RGB value is (61,133,52). Sum of RGB (Red+Green+Blue) = 61+133+52=246 (32% of max value = 765). Red value is 61 (24.22% from 255 or 24.80% from 246); Green value is 133 (52.34% from 255 or 54.07% from 246); Blue value is 52 (20.70% from 255 or 21.14% from 246); Max value from RGB is 133 - color contains mainly: green. Hex color #3D8534 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #3D8534 is #C27ACB. Grayscale: #666666. Windows color (decimal): -12745420 or 3441981. OLE color: 3441981.

HSL color Cylindrical-coordinate representation of color #3D8534: hue angle of 113.33º degrees, saturation: 0.44, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #3D8534 is Cyan = 0.54, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.48.

Color convert

RGB6113352-
CMYK0.5400.610.48
HSL113.33º43.78%36.27%-
HSV(B)113.33º60.9%52.16%-
XYZ10.9318.026.15-
YUV102.2499.6598.59-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 24.80%
GREEN value IS 133 (52.34% from 255) = 54.07%
BLUE value IS 52 (20.70% from 255) = 21.14%
R=24.80%
G=54.07%
B=21.14%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal61133520.5400.610.48113.3343.7836.27
Hex3D85343603D30712c24
Octal752056466075601615444
Binary1111011000010111010011011001111011100001110001101100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D8534

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(61,133,52); }

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

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

 a { background-color: rgb(61,133,52); }

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

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

 span { border-color: rgb(61,133,52); }

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